this repo has no description
1opam-version: "2.0" 2synopsis: "HTTP/AF and MirageOS" 3description: "A compatible layer for HTTP/AF and MirageOS." 4maintainer: "Romain Calascibetta <romain.calascibetta@gmail.com>" 5authors: "Romain Calascibetta <romain.calascibetta@gmail.com>" 6license: "MIT" 7homepage: "https://github.com/dinosaure/paf-le-chien" 8doc: "https://dinosaure.github.io/paf-le-chien/" 9bug-reports: "https://github.com/dinosaure/paf-le-chien/issues" 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "2.0.0"} 13 "mirage-stack" {>= "2.2.0"} 14 "mirage-time" 15 "httpaf" 16 "tls-mirage" {>= "0.13.0" & < "1.0.0"} 17 "mimic" {< "0.0.4"} 18 "cohttp-lwt" {< "6.0.0~"} 19 "letsencrypt" {< "0.3.0"} 20 "emile" {>= "1.0"} 21 "ke" {>= "0.4"} 22 "lwt" {with-test} 23 "base-unix" {with-test} 24 "logs" {with-test} 25 "fmt" {with-test} 26 "mirage-crypto-rng" {with-test & < "1.0.0"} 27 "tcpip" {with-test & >= "6.0.0"} 28 "mirage-time-unix" {with-test} 29 "ptime" {with-test} 30 "uri" {with-test} 31 "alcotest-lwt" {with-test} 32 "bigstringaf" {>= "0.7.0"} 33 "domain-name" {>= "0.3.0"} 34 "httpaf" {>= "0.7.1"} 35 "h2" {>= "0.7.0" & < "0.9.0"} 36 "duration" {>= "0.1.3"} 37 "faraday" {>= "0.7.2"} 38 "ipaddr" {>= "5.0.1"} 39 "tls" {>= "0.13.0" & < "0.14.0"} 40 "x509" {>= "0.13.0"} 41] 42build: ["dune" "build" "-p" name "-j" jobs] 43run-test: ["dune" "runtest" "-p" name "-j" jobs] 44dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git" 45x-commit-hash: "e9ed3f013c47099894749c7ed767e0cd12b97879" 46url { 47 src: 48 "https://github.com/dinosaure/paf-le-chien/releases/download/0.0.3/paf-0.0.3.tbz" 49 checksum: [ 50 "sha256=a0bbb84b19e1f0255337fc4d7017f3ea3611b241746e391b11c1d8b1f5f30a2b" 51 "sha512=4510cea2cfc5cfdeb9a615b0cb4733b0d845a522fc51d7c2c0daa9985142a7529d27e7ef620522cf5dbe2f98af26274e7dd4f742f110165a8a52e3617de78d7b" 52 ] 53}