opam-version: "2.0" synopsis: "Parser for HTTP 1.1" 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"} "ocaml" {>= "4.11.0"} "cohttp" {>= "4.0.0" & < "6.0.0~~"} "base_bigstring" "base" {with-test} "alcotest" {with-test} "ppx_sexp_conv" {with-test} "ppx_compare" {with-test} "ppx_here" {with-test} "base_quickcheck" {with-test} "ppx_assert" {with-test} "odoc" {with-doc} ] conflicts: [ "cohttp" {with-test & >= "5.0.0"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test & cohttp:version < "5.0.0"} "@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" ] }