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}
AuthorJun Furuse
Published
Homepagehttps://bitbucket.org/camlspotter/orakuda/
Issue Trackerhttps://bitbucket.org/camlspotter/orakuda/issues?status=new&status=open
Maintainerjun.furuse@gmail.com
Dependencies
Source [http] https://github.com/ocaml/opam-source-archives/raw/main/orakuda-1.2.1.tar.gz
md5=e46091a25682046c619e6f3cff881a9e
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/orakuda/orakuda.1.2.1/opam
Required by