this repo has no description
1opam-version: "2.0"
2maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>"
3authors: [ "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ]
4license: "BSD-3-Clause"
5homepage: "https://github.com/anmonteiro/ocaml-h2"
6dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git"
7bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues"
8doc: "https://anmonteiro.github.io/ocaml-h2/"
9build: [
10 ["dune" "subst"] {dev}
11 ["dune" "build" "-p" name "-j" jobs]
12]
13depends: [
14 "ocaml" {>= "4.04"}
15 "faraday"
16 "faraday-lwt"
17 "h2" {= version}
18 "h2-lwt" {= version}
19 "dune"
20 "lwt"
21 "conduit" {>= "1.0.0" & < "2.3.0"}
22 "conduit-lwt" {>= "1.0.0" & < "2.3.0"}
23 "mirage-conduit" {>= "3.0.0"}
24 "cstruct"
25]
26synopsis: "Mirage support for h2"
27description: """
28h2 is an implementation of the HTTP/2 specification entirely in OCaml.
29h2-mirage provides an Lwt runtime implementation for h2 that targets MirageOS
30unikernels.
31"""
32url {
33 src:
34 "https://github.com/anmonteiro/ocaml-h2/releases/download/0.2.0/h2-0.2.0.tbz"
35 checksum: [
36 "sha256=8512fd4934e9ad4122b9305036a897556d66c9aade1f973c633c6e4d7ae06be6"
37 "md5=c883927ce8a9f3f7159ef7b20988f051"
38 ]
39}