package orakuda

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

Install

Dune Dependency

Authors

Maintainers

Sources

orakuda-1.2.2.tar.gz
md5=ab77dc713b9fc12ebdc1628e987f1582

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: 24 Oct 2014

Dependencies (6)

  1. camlp4
  2. pcre
  3. spotlib >= "2.4.0" & < "2.5.2"
  4. omake build
  5. ocamlfind build
  6. ocaml >= "4.01.0"

Dev Dependencies

None

Used by (2)

  1. ocamltter >= "2.1.1" & < "4.0.0"
  2. spotinstall >= "1.1.0" & < "1.2.1"

Conflicts

None