this repo has no description
1opam-version: "2.0"
2synopsis: "CoHTTP implementation for the Async concurrency library"
3description: """
4An implementation of an HTTP client and server using the Async
5concurrency library. See the `Cohttp_async` module for information
6on how to use this. The package also installs `cohttp-curl-async`
7and a `cohttp-server-async` binaries for quick uses of a HTTP(S)
8client and server respectively.
9"""
10maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
11authors: [
12 "Anil Madhavapeddy"
13 "Stefano Zacchiroli"
14 "David Sheets"
15 "Thomas Gazagnaire"
16 "David Scott"
17 "Rudi Grinberg"
18 "Andy Ray"
19 "Anurag Soni"
20]
21license: "ISC"
22homepage: "https://github.com/mirage/ocaml-cohttp"
23doc: "https://mirage.github.io/ocaml-cohttp/"
24bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
25depends: [
26 "dune" {>= "2.9"}
27 "ocaml" {>= "4.08"}
28 "http" {= version}
29 "cohttp" {= version}
30 "async_kernel" {>= "v0.14.0" & < "v0.16.0"}
31 "async_unix" {>= "v0.14.0"}
32 "async" {>= "v0.14.0"}
33 "base" {>= "v0.11.0"}
34 "core" {with-test}
35 "core_unix" {>= "v0.14.0"}
36 "conduit-async" {>= "1.2.0"}
37 "magic-mime"
38 "mirage-crypto" {with-test & < "1.0.0"}
39 "logs"
40 "fmt" {>= "0.8.2"}
41 "sexplib0"
42 "ppx_sexp_conv" {>= "v0.13.0"}
43 "ounit" {with-test}
44 "uri" {>= "2.0.0"}
45 "uri-sexp"
46 "ipaddr"
47 "odoc" {with-doc}
48]
49dev-repo: "git+https://github.com/mirage/ocaml-cohttp.git"
50build: [
51 ["dune" "subst"] {dev}
52 [
53 "dune"
54 "build"
55 "-p"
56 name
57 "-j"
58 jobs
59 "--promote-install-files=false"
60 "@install"
61 "@cohttp-async/runtest" {with-test & os != "macos"}
62 "@doc" {with-doc}
63 ]
64 ["dune" "install" "-p" name "--create-install-files" name]
65]
66available: opam-version >= "2.1.0" & arch != "s390x"
67flags: [ avoid-version ]
68url {
69 src:
70 "https://github.com/mirage/ocaml-cohttp/releases/download/v6.0.0_alpha0/cohttp-eio-6.0.0.alpha0.tbz"
71 checksum: [
72 "sha256=2ed4acd5ea309ca064731ec9f02a4b4afcec1ab000f471da68ae81355130b56e"
73 "sha512=e741293352d8376eaf7ccc7ba986dc8fd33cc560b8a786d4b4f8cffde5f1d78651dd5dbb944db00e57a48f25bffdde8d6d7b8c5828605ed02f295c297ef87fdd"
74 ]
75}
76x-commit-hash: "ba9ca0791c3fd6242e28026feaa41fe4ac453089"