opam-version: "2.0" synopsis: "HTTP client for MirageOS" maintainer: ["team@robur.coop"] authors: [ "Robur Team " ] license: "MIT" homepage: "https://github.com/robur-coop/http-mirage-client" bug-reports: "https://github.com/robur-coop/http-mirage-client/issues" depends: [ "dune" {>= "2.3"} "ocaml" {>= "4.11.0"} "paf" {>= "0.2.0" & < "0.8.0"} "mirage-clock" {>= "4.0.0"} "mirage-time" {>= "3.0.0"} "tcpip" {>= "7.0.0"} "lwt" {>= "5.5.0"} "mimic-happy-eyeballs" "httpaf" "alcotest-lwt" {with-test} "mirage-entropy" {with-test & >= "0.5.0"} "mirage-clock-unix" {with-test} "mirage-random-stdlib" {with-test} "mirage-time-unix" {with-test} "h2" {>= "0.9.0" & < "0.10.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git" url { src: "https://github.com/robur-coop/http-mirage-client/releases/download/v0.0.1/http-mirage-client-0.0.1.tbz" checksum: [ "sha256=cb9cbc90520033cdaaffd1f8537834cf63714efdedebe133cc4364c53592f2dd" "sha512=9e015d1c57305e23abf6cfc288477d5d523cbe0ebb467abd002446db7eae6a40d6453844fcc9922835cebac70cb777fe7143e4b63e94cbcf7ccf43ab0a320e83" ] } x-commit-hash: "59b872bf2b6db79bfb302e9fc6628d04afdff525"