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.8"} 21 "ocaml" {>= "4.08"} 22 "ocurl" {>= "0.9.2"} 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 "@install" 38 "@cohttp-curl/runtest" {with-test} 39 "@doc" {with-doc} 40 ] 41] 42url { 43 src: 44 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0/cohttp-6.0.0.tbz" 45 checksum: [ 46 "sha256=54cc34af128b342f4ae608a669650d66661ffdd503250e4de93a1a5ef1ef22a9" 47 "sha512=289381d3ff5377208f86d68148846e086f017d4c09f4070e4f66e2cb1ef2b0e0c19a6b764a64f251b6005a2a6f169dec0f0f704f3278af410392b52415b9bdae" 48 ] 49} 50x-commit-hash: "716d6e66be35ed11967f3984ace27c1fa327b8ed"