package orakuda

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

Install

Dune Dependency

Authors

Maintainers

Sources

orakuda-1.1.1.tar.gz
md5=f2fbd69a87749cc23b9d1d8220b237a4

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: 23 Jan 2014

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 (2)

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

Conflicts

None