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.3.0" & < "3.5.0"} 12 "result" 13] 14build: [ 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.4.1.tar.gz" 31 checksum: [ 32 "sha256=26dc203146dd956d9fe53f1ee934411550ca9e6ad343ec9787ca53897c406354" 33 "md5=646dc67647f12db38bce7a761a75b3bc" 34 ] 35}