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" {>= "3.0"} 21 "ocaml" {>= "4.08"} 22 "ocurl" 23 "http" {= version} 24 "stringext" 25 "odoc" {with-doc} 26] 27available: opam-version >= "2.1.0" 28flags: [ avoid-version ] 29dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git" 30build: [ 31 ["dune" "subst"] {dev} 32 [ 33 "dune" 34 "build" 35 "-p" 36 name 37 "-j" 38 jobs 39 "@install" 40 "@cohttp-curl/runtest" {with-test} 41 "@doc" {with-doc} 42 ] 43] 44url { 45 src: 46 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha1/cohttp-6.0.0.alpha1.tbz" 47 checksum: [ 48 "sha256=4e3ece8ade6493fe731c0842f519cc0f8f564753d71c985aa4ed6de3f0753646" 49 "sha512=5db6f1ffab6fc2ab30baffb1fc82b7f50b11ddb31ec19fc4415dac40f04766f29e816a4cf99ddb152b93c8acbefade7779ad3dc3d092e2f88fa1deea3fc2721a" 50 ] 51} 52x-commit-hash: "16e991ec1f7e5f0c99615cd1f58b99b02e3d0499"