package tyre

  1. Overview
  2. Docs
Typed Regular Expressions

Install

Dune Dependency

Authors

Maintainers

Sources

tyre-0.4.1.tbz
md5=41923cb08a11f93d704b79f7bb078640

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 Aug 2018

Dependencies (5)

  1. seq
  2. result
  3. re >= "1.8.0"
  4. jbuilder >= "1.0+beta7"
  5. ocaml >= "4.02.0"

Dev Dependencies (1)

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

Conflicts

None