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.2.tar.gz sha256=b2a5d8832dbef74bd9d632d5dd97578f2dbb76894301767cd74d3d32437268db md5=ab77dc713b9fc12ebdc1628e987f1582 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.2.2/opam |
Required by
- ocamltter>=2.1.1 & <4.0.0
- spotinstall>=1.1.0 & <1.2.1