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.1.0.tar.gz sha256=9a76bdca01dedf85f3d65f1aed621968f513711498988bcfd1ca91a72d6e2a4a md5=6060a174084fac7a82deb6c850231bb8 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.1.0/opam |
Required by
- ocamltter=2.1.1
- spotinstall>=1.1.0 & <1.2.1