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.1.tar.gz sha256=97f4b8e2239df67dc75b44c6f0c110fc5b50ee3e4582b1805558f651de48a12a md5=29c082666ffc3ac604f90c61a159191f |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.0.1/opam |
Required by
- spotinstall>=1.1.0 & <1.2.1