package routes

  1. Overview
  2. Docs
Typed routing for OCaml applications

Install

Authors

Maintainers

Sources

routes-2.0.0.tbz
sha256=3b629d698c2b00e504c13b4cd783548063719dcf01580c9c3f5104b81eb0d688
sha512=428f88812f76c4d99198cea42c5d60a7924fd71acf87def6278544c391b9586a10ce2e34485b83b249f639c15776f30d0efd5bb145775eb49118ea8662005eb3

Description

routes provides combinators for adding typed routing to OCaml applications. The core library will be independent of any particular web framework or runtime. It does path based dispatch from a target url to a user provided handler.

Tags

router http

Published: 11 Oct 2022

Dependencies (2)

  1. ocaml >= "4.08.0"
  2. dune >= "2.9"

Dev Dependencies (8)

  1. odoc with-doc
  2. mdx with-test
  3. ppx_custom_printf with-test
  4. ppx_sexp_value with-test
  5. ppx_sexp_conv with-test
  6. ppx_expect with-test
  7. stdio with-test
  8. base with-test

Conflicts

None