this repo has no description
1opam-version: "2.0" 2synopsis: "Extensible buffers built on top of bigarrays" 3maintainer: ["Anurag Soni <anurag@sonianurag.com>"] 4authors: ["Anurag Soni"] 5license: "MIT" 6homepage: "https://github.com/anuragsoni/h1" 7doc: "https://anuragsoni.github.io/h1" 8bug-reports: "https://github.com/anuragsoni/h1/issues" 9depends: [ 10 "dune" {>= "2.8"} 11 "base_bigstring" 12 "alcotest" {with-test} 13 "ocaml" {>= "4.11.0"} 14 "odoc" {with-doc} 15] 16build: [ 17 ["dune" "subst"] {dev} 18 [ 19 "dune" 20 "build" 21 "-p" 22 name 23 "-j" 24 jobs 25 "@install" 26 "@runtest" {with-test} 27 "@doc" {with-doc} 28 ] 29] 30dev-repo: "git+https://github.com/anuragsoni/h1.git" 31x-commit-hash: "d659ad37f1222523725e8f37f6250de549f64112" 32url { 33 src: 34 "https://github.com/anuragsoni/h1/releases/download/0.0.2/h1-0.0.2.tbz" 35 checksum: [ 36 "sha256=6de8da90c7442c69d3ff2d82c393804dae4e90fe3abd963a896e825669c95dfd" 37 "sha512=496184c91b228dd19fa2074ca091b887b0d148af4207ebedfbad8b95582a600f13ba61c2c68bd316a5f74e69c1b964f5c690f5b212b29b80235e23958969c12e" 38 ] 39}