this repo has no description
1opam-version: "2.0" 2maintainer: "stephanos.tsoucas@gmail.com" 3authors: ["Stephanos Tsoucas"] 4license: "Apache-2.0" 5synopsis: "Path-based HTTP request routing for Ocaml" 6homepage: "https://github.com/nosman/Ocamlapi" 7bug-reports: "https://github.com/nosman/Ocamlapi/issues" 8dev-repo: "git+https://github.com/nosman/Ocamlapi.git" 9build: [ 10 [ "dune" "build" "-p" name "-j" jobs ] 11] 12depends: [ 13 "ocaml" {>= "4.04"} 14 "dune" 15 "ocamlapi" 16 "cohttp-async" 17] 18url { 19 src: "https://github.com/nosman/Ocamlapi/archive/0.0.2.tar.gz" 20 checksum: [ 21 "sha256=119e706d4f5a804a13debdbf9df6e9fd9daa520e27e121b24e54c05833d5724a" 22 "md5=e1e7e9018092d9528c5ae60ef01e5246" 23 ] 24}