this repo has no description
1opam-version: "2.0" 2maintainer: "stephanos.tsoucas@gmail.com" 3authors: ["Stephanos Tsoucas"] 4license: "Apache-2.0" 5homepage: "https://github.com/nosman/Ocamlapi" 6synopsis: "Path-based HTTP request routing for Ocaml" 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] 12 13depends: [ 14 "ocaml" {>= "4.04"} 15 "dune" 16 "ocamlapi" 17 "core" 18 "ppxlib" {< "0.9.0"} 19] 20url { 21 src: "https://github.com/nosman/Ocamlapi/archive/0.0.2.tar.gz" 22 checksum: [ 23 "sha256=119e706d4f5a804a13debdbf9df6e9fd9daa520e27e121b24e54c05833d5724a" 24 "md5=e1e7e9018092d9528c5ae60ef01e5246" 25 ] 26}