package estring

  1. Overview
  2. Docs
Extension for string literals

Install

Dune Dependency

Authors

Maintainers

Sources

estring-1.3.tar.gz
md5=b96f06de405ea3a6b4a21b672672bb14

Description

Estring allows to transform string literals in programs by prefixing them with a specifier. For example u"foo"'' can be automatically replaced by Unicode.of_string "foo"''.

Published: 21 Nov 2013

Dependencies (4)

  1. ocamlbuild build
  2. camlp4
  3. ocamlfind
  4. ocaml < "4.06.0"

Dev Dependencies

None

Used by (2)

  1. pa_sqlexpr
  2. sqlexpr < "0.8.0"

Conflicts (1)

  1. batteries <= "1.5.0"