opam-version: "2.0" maintainer: "Spiros Eliopoulos " authors: [ "Spiros Eliopoulos " ] license: "BSD-3-Clause" homepage: "https://github.com/inhabitedtype/ocaml-dispatch" dev-repo: "git+https://github.com/inhabitedtype/ocaml-dispatch.git" bug-reports: "https://github.com/inhabitedtype/ocaml-dispatch/issues" build: [ ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test} ["ocaml" "setup.ml" "-build"] {with-test} ["ocaml" "setup.ml" "-test"] {with-test} ] install: ["ocaml" "setup.ml" "-install"] remove: [ ["ocamlfind" "remove" "dispatch"] ] depends: [ "ocaml" {< "5.0"} "ocamlfind" {build} "ounit" {with-test & >= "1.0.2"} "result" "ocamlbuild" {build} ] synopsis: "Path-based dispatching for client- and server-side applications." description: """ Dispatch provides a basic mechanism for dispatching a request to a handler based on hierarchical path names conventionally found in URIs. It can be used both for dispatching requests in a server, as well as handing changes to hierarchical fragments in a client-side application.""" flags: light-uninstall url { src: "https://github.com/inhabitedtype/ocaml-dispatch/archive/0.1.0.tar.gz" checksum: [ "sha256=4d8c4c032821cb8214eeeed051db71b1cb59005afb9184b567e1d5aedd541c0b" "md5=1aebd190fb41d63ee59b21e303b5d7b1" ] }