package dispatch-js

  1. Overview
  2. Docs
Path-based dispatch: js_of_ocaml-specific support

Install

Authors

Maintainers

Sources

0.5.0.tar.gz
md5=2c4a28aeb35038a3c928e0ff17d97a7c

Description

ocaml-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.

This library provides a JavaScript interface for dispatching events based on DOM events.

Published: 29 Apr 2020

Dependencies (4)

  1. js_of_ocaml-lwt >= "3.5.0"
  2. dispatch >= "0.4.0"
  3. dune >= "1.0"
  4. ocaml >= "4.03.0"

Dev Dependencies

None

Used by

None

Conflicts

None