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 "tcpip" {>= "8.0.1"} 14 "tls-mirage" {>= "0.17.4"} 15 "mimic" {>= "0.0.7"} 16 "ke" {>= "0.4"} 17 "lwt" {with-test} 18 "base-unix" {with-test} 19 "logs" {with-test} 20 "fmt" {with-test} 21 "mirage-crypto-rng" {with-test & >= "1.2.0"} 22 "ptime" {with-test} 23 "uri" {with-test} 24 "alcotest-lwt" {with-test} 25 "x509" {with-test & > "1.0.0"} 26 "bigstringaf" {>= "0.7.0"} 27 "h1" 28 "h2" {>= "0.10.0"} 29 "faraday" {>= "0.7.2"} 30 "tls" {>= "1.0.0"} 31 "cstruct" {>= "6.0.0"} 32] 33build: ["dune" "build" "-p" name "-j" jobs] 34run-test: ["dune" "runtest" "-p" name "-j" jobs] {os != "macos"} 35dev-repo: "git+https://github.com/dinosaure/paf-le-chien.git" 36x-maintenance-intent: [ "(latest)" ] 37url { 38 src: 39 "https://github.com/dinosaure/paf-le-chien/releases/download/0.8.0/paf-0.8.0.tbz" 40 checksum: [ 41 "sha256=d2ad3b819a735320e85a50389bf3fe1064afbd528067b470564a4ece2ab31b63" 42 "sha512=e6bf4640a1411ab15fcec1fda9c494bfa895bd1d5c2f40542a9680252dd2cabf2f3da7f17849489e5ddfef2c003b35a9945a2f8aae432d3d1608745f02767612" 43 ] 44} 45x-commit-hash: "219037330a04f82e3d6121eaa32542a45673f03d"