package ppx_orakuda

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

Install

Authors

Maintainers

Sources

ppx_orakuda-3.3.0.tar.gz
md5=67878f8d12afedeb1d692ad3c6d71c08

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: 23 Jan 2018

Dependencies (7)

  1. re >= "1.6.0"
  2. ppxx >= "2.3.0" & < "2.4.0"
  3. ppx_tools_versioned >= "5.0"
  4. pcre
  5. spotlib >= "4.0.0" & < "4.1.0"
  6. jbuilder >= "1.0+beta7"
  7. ocaml >= "4.04.0"

Dev Dependencies

None

Used by (2)

  1. ocamltter >= "4.1.0"
  2. opamfind

Conflicts

None