package ppx_orakuda

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_orakuda-3.1.1.tar.gz
md5=649997864eee9d35986ad60b31d168c7

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: 20 Jul 2017

Dependencies (8)

  1. re >= "1.6.0"
  2. ppxx >= "2.0.0" & < "2.2.0"
  3. ppx_tools_versioned
  4. pcre
  5. spotlib >= "4.0.0" & < "4.1.0"
  6. omake build
  7. ocamlfind build
  8. ocaml >= "4.04.0" & < "4.06.0"

Dev Dependencies

None

Used by (3)

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

Conflicts

None