this repo has no description
0
fork

Configure Feed

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

[new release] http-mirage-client (0.0.10)

CHANGES:

- Use h1 instead of httpaf (!4 @dinosaure)
- Requires h2 >= 0.12.0 (!4 @dinosaure)

+52
+52
packages/http-mirage-client/http-mirage-client.0.0.10/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "HTTP client for MirageOS" 3 + maintainer: ["team@robur.coop"] 4 + authors: [ 5 + "Robur Team <team@robur.coop>" 6 + ] 7 + license: "MIT" 8 + homepage: "https://github.com/robur-coop/http-mirage-client" 9 + bug-reports: "https://github.com/robur-coop/http-mirage-client/issues" 10 + depends: [ 11 + "dune" {>= "2.3"} 12 + "ocaml" {>= "4.11.0"} 13 + "paf" {>= "0.8.0"} 14 + "tcpip" {>= "7.0.0"} 15 + "lwt" {>= "5.5.0"} 16 + "mimic-happy-eyeballs" {>= "0.0.9"} 17 + "alcotest-lwt" {with-test & >= "1.0.0"} 18 + "mirage-crypto-rng" {with-test} 19 + "dns-client-mirage" {with-test & >= "10.0.0"} 20 + "happy-eyeballs-mirage" {with-test & >= "2.0.0"} 21 + "h2" {>= "0.12.0"} 22 + "h1" 23 + "tls" {>= "1.0.0"} 24 + "tls-mirage" 25 + "x509" {>= "1.0.0"} 26 + "ca-certs-nss" {>= "3.108-1"} 27 + ] 28 + build: [ 29 + ["dune" "subst"] {dev} 30 + [ 31 + "dune" 32 + "build" 33 + "-p" 34 + name 35 + "-j" 36 + jobs 37 + "@install" 38 + "@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec 39 + "@doc" {with-doc} 40 + ] 41 + ] 42 + dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git" 43 + x-maintenance-intent: [ "(latest)" ] 44 + url { 45 + src: 46 + "https://github.com/robur-coop/http-mirage-client/releases/download/v0.0.10/http-mirage-client-0.0.10.tbz" 47 + checksum: [ 48 + "sha256=0171081f54c801ac83e0b905bf4c860fc398bdc742fc02671ae7469648dc58b6" 49 + "sha512=761609bf0e6577d461025dc2bcf5e8c045250e660b6f5dc7b2798c595f733572b293fbbc4e074392185db6191a443a98d6beead6a9c320985be3041acf9abef4" 50 + ] 51 + } 52 + x-commit-hash: "9b1ad183bff72e0aff14028c932b2fe39ff09566"