estring 1.3
Author | Jérémie Dimino | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
License | BSD3 | |||||||||||||
Homepage | http://estring.forge.ocamlcore.org/ | |||||||||||||
Maintainer | jeremie@dimino.org | |||||||||||||
Dependencies |
|
|||||||||||||
Published | Feb 12, 2013 | |||||||||||||
Source [http] |
https://forge.ocamlcore.org/frs/download.php/1012/estring-1.3.tar.gz b96f06de405ea3a6b4a21b672672bb14 |
|||||||||||||
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/estring/estring.1.3/opam |
Extension for string literals
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"''.
Necessary for | ||
---|---|---|
ocaml-sqlexpr |