orakuda 1.1.1
Maintainer | jun.furuse@gmail.com | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Dependencies |
|
|||||||||||||||||||||
OCaml | >= 4.00.0 | |||||||||||||||||||||
Published | Jan 17, 2014 | |||||||||||||||||||||
Source [http] |
https://bitbucket.org/camlspotter/orakuda/get/1.1.1.tar.gz 23f0e75ff9547c01d79874e4234c1ea7 |
|||||||||||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.1.1/opam |
ORakuda, Perlish string literals in OCaml
ORakuda is a small library, CamlP4 extensions and an optional tiny patch to CamlP4 which provides 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 $/.../ or <:m<...>>
- Variable and expression references in string $"..." or <:qq<...>>
- Sub-shell call by back-quotes $
...
or <:qx<...>> - Easy hashtbl access tbl${key}
Necessary for | ||
---|---|---|
ocamltter | ||
>= 2.1.1 | ||
spotinstall | ||
>= 1.1.0 |