orakudaversion
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}
Author | Jun Furuse |
---|---|
Published | |
Homepage | https://bitbucket.org/camlspotter/orakuda/ |
Issue Tracker | https://bitbucket.org/camlspotter/orakuda/issues?status=new&status=open |
Maintainer | jun.furuse@gmail.com |
Dependencies | |
Source [http] | https://github.com/ocaml/opam-source-archives/raw/main/orakuda-1.0.2.tar.gz sha256=50bf9a6a3a69db5c7a90142a039f84a6279362b8592d1927683195618bbd2372 md5=1ff916ca572ea4eae1464a76520f282d |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.0.2/opam |
Required by
- spotinstall>=1.1.0 & <1.2.1