opam-version: "2.0" maintainer: "stephanos.tsoucas@gmail.com" authors: ["Stephanos Tsoucas"] license: "Apache-2.0" synopsis: "Path-based HTTP request routing for Ocaml" homepage: "https://github.com/nosman/Ocamlapi" bug-reports: "https://github.com/nosman/Ocamlapi/issues" dev-repo: "git+https://github.com/nosman/Ocamlapi.git" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04"} "dune" "ocamlapi" "cohttp-lwt-unix" ] url { src: "https://github.com/nosman/Ocamlapi/archive/0.0.2.tar.gz" checksum: [ "sha256=119e706d4f5a804a13debdbf9df6e9fd9daa520e27e121b24e54c05833d5724a" "md5=e1e7e9018092d9528c5ae60ef01e5246" ] }