ocaml-camomile
Comprehensive Unicode library
Camomile is a Unicode library for OCaml. Camomile provides Unicode character type, UTF-8, UTF-16, UTF-32 strings, conversion to/from about 200 encodings, collation and locale-sensitive case mappings, and more. The library is currently designed for Unicode Standard 3.2.
- Versions: 1.0.2
- Website: https://github.com/yoriyuki/Camomile
- Licenses: LGPL 2.0+
- Package source: gnu/packages/ocaml.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ocaml-camomile
as follows:
guix install ocaml-camomile
Or install a particular version:
guix install ocaml-camomile@1.0.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.