this repo has no description
1opam-version: "2.0"
2synopsis: "Lwt support for h2"
3description:
4 "h2 is an implementation of the HTTP/2 specification entirely in OCaml. h2-mirage provides an Lwt runtime implementation for h2 that targets MirageOS unikernels."
5maintainer: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
6authors: ["Antonio Nuno Monteiro <anmonteiro@gmail.com>"]
7license: "BSD-3-clause"
8homepage: "https://github.com/anmonteiro/ocaml-h2"
9bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
10depends: [
11 "dune" {>= "2.7"}
12 "ocaml" {>= "4.08.0"}
13 "h2-lwt" {= version}
14 "faraday-lwt"
15 "lwt"
16 "gluten-mirage" {>= "0.3.0"}
17 "mirage-flow" {>= "2.0.0"}
18 "cstruct"
19 "odoc" {with-doc}
20]
21build: [
22 ["dune" "subst"] {dev}
23 [
24 "dune"
25 "build"
26 "-p"
27 name
28 "-j"
29 jobs
30 "@install"
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
35url {
36 src:
37 "https://github.com/anmonteiro/ocaml-h2/releases/download/0.11.0/h2-0.11.0.tbz"
38 checksum: [
39 "sha256=19d5f06b39600eeae3cf2ede90ba6e3240a28bc5be17f8e5fc806ffd64c78053"
40 "sha512=aafcb9df5dc76aa4050613696303fc0581e40c28707265672d378f0128fbb717fbbb9214a7557c124c8196e41cfaba4bb190755a7a94afcadd4ae15a64ae01fc"
41 ]
42}
43x-commit-hash: "c694398c1b429db622638e94f9a6f8fbce2a208a"