package tyre

  1. Overview
  2. Docs
Typed Regular Expressions

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.tar.gz
md5=3260227f51b22c64cd43cd4c88b796b6

Description

Tyre is a set of combinators to build type-safe regular expressions, allowing automatic extraction and modification of matched groups. Tyre is bi-directional: a typed regular expressions can be used for parsing and unparsing. It also allows routing, by providing a list of regexs/routes and their handlers.

Tags

regex

Published: 17 Apr 2017

Dependencies (5)

  1. result
  2. re >= "1.7.0" & < "1.9.0"
  3. ocamlbuild build
  4. ocamlfind build
  5. ocaml >= "4.02.0"

Dev Dependencies (1)

  1. alcotest with-test & >= "0.6.0" & < "0.8.0"

Used by

None

Conflicts

None