this repo has no description
1opam-version: "2.0" 2maintainer: "anil@recoil.org" 3authors: [ 4 "Anil Madhavapeddy" 5 "Stefano Zacchiroli" 6 "David Sheets" 7 "Thomas Gazagnaire" 8 "David Scott" 9 "Rudi Grinberg" 10 "Andy Ray" 11] 12license: "ISC" 13tags: ["org:mirage" "org:xapi-project"] 14homepage: "https://github.com/mirage/ocaml-cohttp" 15bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" 16depends: [ 17 "ocaml" {>= "4.03.0" & < "5.0"} 18 "dune" {>= "1.1.0"} 19 "re" {>= "1.7.2"} 20 "uri" {>= "1.9.0" & < "2.0.0"} 21 "fieldslib" 22 "sexplib" 23 "ppx_fields_conv" {>= "v0.9.0"} 24 "ppx_sexp_conv" {>= "v0.9.0"} 25 "stringext" 26 "base64" {>= "2.0.0" & < "3.0.0"} 27 "fmt" {with-test} 28 "jsonm" {build} 29 "alcotest" {with-test} 30] 31build: [ 32 ["dune" "subst"] {dev} 33 ["dune" "build" "-p" name "-j" jobs] 34 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 35] 36dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" 37url { 38 src: "https://github.com/mirage/ocaml-cohttp/archive/v1.1.1.tar.gz" 39 checksum: [ 40 "md5=8ad6bb9dffd346bd88e556fc3cffafae" 41 "sha512=a5f7275c22866d24aa8e81687f7bad52e75872d655816b514996335053b5a2de9cc34f68bd077ad4059ff16b6ed3e76c02ef7f7b2e699472e42689643ade89f1" 42 ] 43}