this repo has no description
1opam-version: "2.0" 2synopsis: "Shared code between the individual cohttp-curl clients" 3description: "Use cohttp-curl-lwt or cohttp-curl-async" 4maintainer: ["Anil Madhavapeddy <anil@recoil.org>"] 5authors: [ 6 "Anil Madhavapeddy" 7 "Stefano Zacchiroli" 8 "David Sheets" 9 "Thomas Gazagnaire" 10 "David Scott" 11 "Rudi Grinberg" 12 "Andy Ray" 13 "Anurag Soni" 14] 15license: "ISC" 16homepage: "https://github.com/mirage/ocaml-cohttp" 17doc: "https://mirage.github.io/ocaml-cohttp/" 18bug-reports: "https://github.com/mirage/ocaml-cohttp/issues" 19depends: [ 20 "dune" {>= "2.9"} 21 "ocaml" {>= "4.08"} 22 "ocurl" 23 "http" {= version} 24 "stringext" 25 "odoc" {with-doc} 26] 27dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" 28build: [ 29 ["dune" "subst"] {dev} 30 [ 31 "dune" 32 "build" 33 "-p" 34 name 35 "-j" 36 jobs 37 "--promote-install-files=false" 38 "@install" 39 "@cohttp-curl/runtest" {with-test} 40 "@doc" {with-doc} 41 ] 42 ["dune" "install" "-p" name "--create-install-files" name] 43] 44available: opam-version >= "2.1.0" 45flags: [ avoid-version ] 46url { 47 src: 48 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha0/cohttp-eio-6.0.0.alpha0.tbz" 49 checksum: [ 50 "sha256=2ed4acd5ea309ca064731ec9f02a4b4afcec1ab000f471da68ae81355130b56e" 51 "sha512=e741293352d8376eaf7ccc7ba986dc8fd33cc560b8a786d4b4f8cffde5f1d78651dd5dbb944db00e57a48f25bffdde8d6d7b8c5828605ed02f295c297ef87fdd" 52 ] 53} 54x-commit-hash: "ba9ca0791c3fd6242e28026feaa41fe4ac453089"