this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #21189 from dinosaure/release-paf-0.0.9

[new release] paf, paf-le and paf-cohttp (0.0.9)

authored by

Marcello Seri and committed by
GitHub
4fbcb30f 38182d9f

+118
+39
packages/paf-cohttp/paf-cohttp.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A CoHTTP client with its HTTP/AF implementation" 3 + description: "A compatible layer betweem CoHTTP and HTTP/AF." 4 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 6 + license: "MIT" 7 + homepage: "https://github.com/dinosaure/paf-le-chien" 8 + doc: "https://dinosaure.github.io/paf-le-chien/" 9 + bug-reports: "https://github.com/dinosaure/paf-le-chien/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "paf" {= version} 14 + "cohttp-lwt" 15 + "domain-name" 16 + "httpaf" 17 + "ipaddr" 18 + "alcotest-lwt" {with-test} 19 + "fmt" {with-test} 20 + "logs" {with-test} 21 + "mirage-crypto-rng" {with-test} 22 + "mirage-time-unix" {with-test} 23 + "tcpip" {with-test & >= "6.0.0"} 24 + "uri" {with-test} 25 + "lwt" {with-test} 26 + "astring" {with-test} 27 + ] 28 + build: ["dune" "build" "-p" name "-j" jobs] 29 + run-test: ["dune" "runtest" "-p" name "-j" jobs] 30 + dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git" 31 + url { 32 + src: 33 + "https://github.com/dinosaure/paf-le-chien/releases/download/0.0.9/paf-0.0.9.tbz" 34 + checksum: [ 35 + "sha256=7b4e56372b20c3c3f193298464efbd4ed1b369b872cedc8d00bec9b904930fff" 36 + "sha512=c8c522242838e51989206f30891baaf4454967926689a5ae5f3bf6374ecb2508539ee292338bd991373e31ef2cdf2ad0a9568537a3280eecbcd2c94f28ab8d01" 37 + ] 38 + } 39 + x-commit-hash: "fdc8d0d34f4e6a2fe111182a69c7e70cec2c08d1"
+34
packages/paf-le/paf-le.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A CoHTTP client with its HTTP/AF implementation" 3 + description: "A compatible layer betweem CoHTTP and HTTP/AF." 4 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 6 + license: "MIT" 7 + homepage: "https://github.com/dinosaure/paf-le-chien" 8 + doc: "https://dinosaure.github.io/paf-le-chien/" 9 + bug-reports: "https://github.com/dinosaure/paf-le-chien/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "paf" {= version} 14 + "duration" 15 + "emile" {>= "1.1"} 16 + "httpaf" 17 + "letsencrypt" {>= "0.4.0"} 18 + "mirage-time" 19 + "tls-mirage" 20 + "tcpip" {>= "7.0.0"} 21 + "x509" {>= "0.13.0"} 22 + ] 23 + build: ["dune" "build" "-p" name "-j" jobs] 24 + run-test: ["dune" "runtest" "-p" name "-j" jobs] 25 + dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git" 26 + url { 27 + src: 28 + "https://github.com/dinosaure/paf-le-chien/releases/download/0.0.9/paf-0.0.9.tbz" 29 + checksum: [ 30 + "sha256=7b4e56372b20c3c3f193298464efbd4ed1b369b872cedc8d00bec9b904930fff" 31 + "sha512=c8c522242838e51989206f30891baaf4454967926689a5ae5f3bf6374ecb2508539ee292338bd991373e31ef2cdf2ad0a9568537a3280eecbcd2c94f28ab8d01" 32 + ] 33 + } 34 + x-commit-hash: "fdc8d0d34f4e6a2fe111182a69c7e70cec2c08d1"
+45
packages/paf/paf.0.0.9/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "HTTP/AF and MirageOS" 3 + description: "A compatible layer for HTTP/AF and MirageOS." 4 + maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5 + authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 6 + license: "MIT" 7 + homepage: "https://github.com/dinosaure/paf-le-chien" 8 + doc: "https://dinosaure.github.io/paf-le-chien/" 9 + bug-reports: "https://github.com/dinosaure/paf-le-chien/issues" 10 + depends: [ 11 + "ocaml" {>= "4.08.0"} 12 + "dune" {>= "2.0.0"} 13 + "tcpip" {>= "7.0.0"} 14 + "mirage-time" {>= "2.0.0"} 15 + "tls-mirage" {>= "0.15.0"} 16 + "mimic" {>= "0.0.5"} 17 + "ke" {>= "0.4"} 18 + "lwt" {with-test} 19 + "base-unix" {with-test} 20 + "logs" {with-test} 21 + "fmt" {with-test} 22 + "mirage-crypto-rng" {with-test} 23 + "mirage-time-unix" {with-test} 24 + "ptime" {with-test} 25 + "uri" {with-test} 26 + "alcotest-lwt" {with-test} 27 + "bigstringaf" {>= "0.7.0"} 28 + "httpaf" {>= "0.7.1"} 29 + "h2" {>= "0.7.0"} 30 + "faraday" {>= "0.7.2"} 31 + "tls" {>= "0.15.0"} 32 + "cstruct" {>= "6.0.0"} 33 + ] 34 + build: ["dune" "build" "-p" name "-j" jobs] 35 + run-test: ["dune" "runtest" "-p" name "-j" jobs] 36 + dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git" 37 + url { 38 + src: 39 + "https://github.com/dinosaure/paf-le-chien/releases/download/0.0.9/paf-0.0.9.tbz" 40 + checksum: [ 41 + "sha256=7b4e56372b20c3c3f193298464efbd4ed1b369b872cedc8d00bec9b904930fff" 42 + "sha512=c8c522242838e51989206f30891baaf4454967926689a5ae5f3bf6374ecb2508539ee292338bd991373e31ef2cdf2ad0a9568537a3280eecbcd2c94f28ab8d01" 43 + ] 44 + } 45 + x-commit-hash: "fdc8d0d34f4e6a2fe111182a69c7e70cec2c08d1"