package ppx_orakuda

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_orakuda-3.0.0.tar.gz
md5=2b215f64380b864a0a2eb40f06984192

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: 04 May 2016

Dependencies (8)

  1. re >= "1.5.0"
  2. ppxx >= "1.3.0"
  3. ppx_tools
  4. pcre
  5. spotlib >= "3.1.0"
  6. omake build & < "0.10.1"
  7. ocamlfind build
  8. ocaml = "4.03.0"

Dev Dependencies

None

Used by (3)

  1. ocamltter >= "4.1.0"
  2. opamfind
  3. spotinstall >= "1.2.1"

Conflicts

None