this repo has no description
1opam-version: "2.0" 2maintainer: "Antonio Nuno Monteiro <anmonteiro@gmail.com>" 3authors: [ "Pieter Goetschalckx <3.14.e.ter@gmail.com>" 4 "Antonio Nuno Monteiro <anmonteiro@gmail.com>" ] 5license: "BSD-3-clause" 6homepage: "https://github.com/anmonteiro/ocaml-h2" 7bug-reports: "https://github.com/anmonteiro/ocaml-h2/issues" 8dev-repo: "git+https://github.com/anmonteiro/ocaml-h2.git" 9doc: "https://anmonteiro.github.io/ocaml-h2/" 10depends: [ 11 "ocaml" {>= "4.04" & < "5.3"} 12 "dune" {>= "1.7"} 13 "yojson" {with-test} 14 "hex" {with-test} 15 "angstrom" {>= "0.7.0"} 16 "faraday" 17] 18build: [ 19 ["dune" "build" "-p" name "-j" jobs] 20] 21synopsis: 22 "An HPACK (Header Compression for HTTP/2) implementation in OCaml" 23description: """ 24hpack is an implementation of the HPACK: Header Compression for HTTP/2 25specification (RFC7541) written in OCaml. It uses Angstrom and Faraday for 26parsing and serialization, respectively. 27""" 28url { 29 src: 30 "https://github.com/anmonteiro/ocaml-h2/releases/download/0.9.0/h2-0.9.0.tbz" 31 checksum: [ 32 "sha256=ee08d1849b369ae7d06c89805e22854fd999d641c64871f08c25593397f40b5e" 33 "sha512=a226c64b8084688cc93e19fcf649d228d3e441949ea576ec3d89d5d29404ed07a2e0ed87539d48afc59c3cdd16b9621646ac98a1b62ceefc9c5dec57a73b9ec4" 34 ] 35} 36x-commit-hash: "8ad7db35248e2d321b993fc60390ccfdd54cb096"