package ppx_orakuda

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_orakuda-2.0.1.tar.gz
md5=d54c7a13de164721576ab114c597e5cd

Description

ppx_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: 31 Jul 2015

Dependencies (6)

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

Dev Dependencies

None

Used by (1)

  1. opamfind

Conflicts

None