package orakuda

  1. Overview
  2. Docs
ORakuda, Perlish string literals in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

orakuda-1.0.2.tar.gz
md5=1ff916ca572ea4eae1464a76520f282d

Description

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}

Published: 21 Nov 2013

Dependencies (6)

  1. camlp4
  2. pcre
  3. spotlib >= "2.0.0"
  4. omake build
  5. ocamlfind build
  6. ocaml >= "4.00.0" & < "4.06.0"

Dev Dependencies

None

Used by (1)

  1. spotinstall >= "1.1.0" & < "1.2.1"

Conflicts

None

OCaml

Innovation. Community. Security.