opam-version: "2.0" synopsis: "Extensible buffers built on top of bigarrays" maintainer: ["Anurag Soni "] authors: ["Anurag Soni"] license: "MIT" homepage: "https://github.com/anuragsoni/h1" doc: "https://anuragsoni.github.io/h1" bug-reports: "https://github.com/anuragsoni/h1/issues" depends: [ "dune" {>= "2.8"} "base_bigstring" "alcotest" {with-test} "ocaml" {>= "4.11.0"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/anuragsoni/h1.git" x-commit-hash: "d659ad37f1222523725e8f37f6250de549f64112" url { src: "https://github.com/anuragsoni/h1/releases/download/0.0.2/h1-0.0.2.tbz" checksum: [ "sha256=6de8da90c7442c69d3ff2d82c393804dae4e90fe3abd963a896e825669c95dfd" "sha512=496184c91b228dd19fa2074ca091b887b0d148af4207ebedfbad8b95582a600f13ba61c2c68bd316a5f74e69c1b964f5c690f5b212b29b80235e23958969c12e" ] }