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: [ ["jbuilder" "subst" "-p" name] {dev} ["jbuilder" "build" "-p" name "-j" jobs] ["jbuilder" "runtest" "-p" name "-j" jobs] {with-test} ] depends: [ "ocaml" "ounit" {with-test & >= "1.0.2"} "jbuilder" {>= "1.0+beta10"} "result" ] 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.""" url { src: "https://github.com/inhabitedtype/ocaml-dispatch/archive/0.4.0.tar.gz" checksum: [ "sha256=6c8e77f2960742c16e187355bd1bdaf51ff83c377bf91c6cf4db72de026de5b2" "md5=b41da081833337c86c4eda7a2e0b8d26" ] }