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.2.0" & < "0.8.0"} 14 "mirage-clock" {>= "4.0.0"} 15 "mirage-time" {>= "3.0.0"} 16 "tcpip" {>= "7.0.0"} 17 "lwt" {>= "5.5.0"} 18 "mimic-happy-eyeballs" 19 "httpaf" 20 "alcotest-lwt" {with-test} 21 "mirage-entropy" {with-test & >= "0.5.0"} 22 "mirage-clock-unix" {with-test} 23 "mirage-random-stdlib" {with-test} 24 "mirage-time-unix" {with-test} 25 "h2" {>= "0.9.0" & < "0.10.0"} 26] 27build: [ 28 ["dune" "subst"] {dev} 29 [ 30 "dune" 31 "build" 32 "-p" 33 name 34 "-j" 35 jobs 36 "@install" 37 "@runtest" {with-test & os != "macos"} # macOS is disabled due to restrictions in sandbox-exec 38 "@doc" {with-doc} 39 ] 40] 41dev-repo: "git+https://github.com/robur-coop/http-mirage-client.git" 42url { 43 src: 44 "https://github.com/robur-coop/http-mirage-client/releases/download/v0.0.1/http-mirage-client-0.0.1.tbz" 45 checksum: [ 46 "sha256=cb9cbc90520033cdaaffd1f8537834cf63714efdedebe133cc4364c53592f2dd" 47 "sha512=9e015d1c57305e23abf6cfc288477d5d523cbe0ebb467abd002446db7eae6a40d6453844fcc9922835cebac70cb777fe7143e4b63e94cbcf7ccf43ab0a320e83" 48 ] 49} 50x-commit-hash: "59b872bf2b6db79bfb302e9fc6628d04afdff525"