Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Drup <drupyog@zoho.com>
To: caml users <caml-list@inria.fr>
Subject: [Caml-list] ANN: Tyre
Date: Fri, 12 Aug 2016 23:21:33 +0200	[thread overview]
Message-ID: <37219814-3563-4b31-e962-fb23be6ea94a@zoho.com> (raw)

Hi,

I'm happy to announce the release of tyre, a library for Typed Regular 
Expressions.

https://github.com/Drup/tyre
http://opam.ocaml.org/packages/tyre/

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.

Tyre can be seen as a modern replacement of mikmatch. Contrary to 
mikmatch, tyre doesn't use any syntax extension and instead rely on 
combinators. Tyre also uses re, which is an efficient pure OCaml regex 
library (which makes it also usable in JavaScript, Mirage, and other 
platforms).

A slightly longer presentation (with some code examples) is available 
here: http://drup.github.io/2016/08/12/tyre/

Good OCaml hacking!



                 reply	other threads:[~2016-08-12 21:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37219814-3563-4b31-e962-fb23be6ea94a@zoho.com \
    --to=drupyog@zoho.com \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox