this repo has no description
1opam-version: "2.0"
2maintainer: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
3authors: "Spiros Eliopoulos <spiros@inhabitedtype.com>"
4license: "BSD-3-clause"
5homepage: "https://github.com/inhabitedtype/ocaml-dispatch"
6bug-reports: "https://github.com/inhabitedtype/ocaml-dispatch/issues"
7depends: [
8 "ocaml" {>= "4.03.0"}
9 "dune" {>= "1.0"}
10 "dispatch" {>="0.4.0"}
11 "js_of_ocaml-lwt" {>= "3.5.0"}
12]
13build: [
14 ["dune" "subst"] {dev}
15 ["dune" "build" "-p" name "-j" jobs]
16]
17dev-repo: "git+https://github.com/inhabitedtype/ocaml-dispatch.git"
18synopsis: "Path-based dispatch: js_of_ocaml-specific support"
19description: """
20ocaml-dispatch provides a basic mechanism for dispatching a request to a
21handler based on hierarchical path names conventionally found in URIs. It can be
22used both for dispatching requests in a server, as well as handing changes to
23hierarchical fragments in a client-side application.
24
25This library provides a JavaScript interface for dispatching
26events based on DOM events.
27"""
28
29url {
30 src: "https://github.com/inhabitedtype/ocaml-dispatch/archive/0.5.0.tar.gz"
31 checksum: [
32 "sha256=021a95f89c503d546d90a7f212b369b117e45eedd91f32b5e5fcd33eea23d243"
33 "md5=2c4a28aeb35038a3c928e0ff17d97a7c"
34 ]
35}