this repo has no description
1opam-version: "2.0" 2synopsis: "HTTP client for MirageOS" 3maintainer: ["team@robur.coop"] 4authors: [ 5 "Robur Team <team@robur.coop>" 6] 7license: "MIT" 8homepage: "https://github.com/robur-coop/http-mirage-client" 9bug-reports: "https://github.com/robur-coop/http-mirage-client/issues" 10depends: [ 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] 28build: [ 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] 42dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git" 43x-maintenance-intent: [ "(latest)" ] 44url { 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} 52x-commit-hash: "9b1ad183bff72e0aff14028c932b2fe39ff09566"