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.2.0.tar.gz sha256=d2760bdde73ec39e1c8ce3c91d72dc26a1719e8acfdcfc9de3d4b0a086feb7e4 md5=f730f9a2bb84b1bfd1be11f8091effc5 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.2.0/opam |
Required by
- ocamltter>=2.1.1 & <3.0.0
- spotinstall>=1.1.0 & <1.2.1