this repo has no description
1opam-version: "2.0"
2synopsis: "Minimal OCaml to the httpserver.h http server toolkit"
3description: """
4A very simple OCaml http toolkit intended to be a very straightforward set of bindings to the underlying
5httpserver.h C library.
6"""
7maintainer: "Travis Brady <travis.brady@gmail.com>"
8authors: "Travis Brady <travis.brady@gmail.com>"
9license: "MIT"
10homepage: "https://github.com/travisbrady/ocaml-httph"
11bug-reports: "https://github.com/travisbrady/ocaml-httph/issues"
12dev-repo: "git+https://github.com/travisbrady/ocaml-httph.git"
13depends: [
14 "dune" {>= "2.8"}
15 "ocaml" {>= "4.12.0"}
16 "yojson" {>= "1.7.0"}
17]
18build: [
19 ["dune" "build" "-p" name "-j" jobs "@install"]
20]
21url {
22 src: "https://github.com/travisbrady/ocaml-httph/archive/0.1.4.tar.gz"
23 checksum: [
24 "md5=7ef4bb45af5fde6600cbeece8da87805"
25 "sha512=0a7dbcbe5a34bbbd3f1a542357f64a1f1aa852dfd4becf798a10474d6126e31179a0d1be5f118768e764ec177f5e5a82f3f4a442dad38c3fffe72d5e866cbcc0"
26 ]
27}