package orakuda

  1. Overview
  2. No Docs
Perlish string literals in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

orakuda-2.0.0.tar.gz
md5=91f7a4f3bb2ee3bff60307a1b5f894bc

Description

ORakuda is a small library, PPX extensions which provide a handy way to write OCaml scripts a la Perl (or other scripting language). It provides syntax like:

  • PCRE expression and matching of Perl like syntax {m|...|m}
  • Variable and expression references in string {qq|...|qq}
  • Sub-shell call by back-quotes {qx|...|qx}

Published: 16 Jan 2015

Dependencies (6)

  1. ppx_tools
  2. pcre
  3. spotlib >= "2.4.0" & < "3.0.0"
  4. omake build
  5. ocamlfind build
  6. ocaml >= "4.02.1" & < "4.03.0"

Dev Dependencies

None

Used by (1)

  1. ocamltter = "2.1.1" | >= "4.0.0" & < "4.1.0"

Conflicts

None