opam-version: "2.0" synopsis: "Minimal OCaml to the httpserver.h http server toolkit" description: """ A very simple OCaml http toolkit intended to be a very straightforward set of bindings to the underlying httpserver.h C library. """ maintainer: "Travis Brady " authors: "Travis Brady " license: "MIT" homepage: "https://github.com/travisbrady/ocaml-httph" bug-reports: "https://github.com/travisbrady/ocaml-httph/issues" dev-repo: "git+https://github.com/travisbrady/ocaml-httph.git" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.12.0"} "yojson" {>= "1.7.0"} ] build: [ ["dune" "build" "-p" name "-j" jobs "@install"] ] url { src: "https://github.com/travisbrady/ocaml-httph/archive/0.1.4.tar.gz" checksum: [ "md5=7ef4bb45af5fde6600cbeece8da87805" "sha512=0a7dbcbe5a34bbbd3f1a542357f64a1f1aa852dfd4becf798a10474d6126e31179a0d1be5f118768e764ec177f5e5a82f3f4a442dad38c3fffe72d5e866cbcc0" ] }