package camomile
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=f0a419b0affc36500f83b086ffaa36c545560cee5d57e84b729e8f851b3d1632
sha512=7586422e68779476206027c6ebbe19b677fbe459153221f7c952c7fae374c5c8232249cb76fdb1f482069707aa1580be827cd39693906142988268b7f0e7f6d0
doc/camomile.library/CamomileLibrary/index.html
Module CamomileLibrarySource
module OOChannel : sig ... endIndividual modules
module UChar : sig ... endUnicode (ISO-UCS) characters.
module USet : sig ... endSets of Unicode characters, implemented as sets of intervals. The signature is mostly same to Set.S in stdlib
module UMap : sig ... endmodule UCharTbl : sig ... endFast lookup tables for Unicode. Accessible by constant time.
module UnicodeString : sig ... endmodule UText : sig ... endAn implementation of Unicode string.
module XString : sig ... endeXtensible Unicode string. The semantics matches the description of UStorage. The detail may be going to change.
module SubText : sig ... endmodule ULine : sig ... endLine IO
module Locale : sig ... endCamomile has a locale system similar to Java. A locale is a string with a form as "<LANG>_<COUNTRY>_<MODIFIER>..." where <LANG> is a 2-letter ISO 639 language code, <COUNTRY> is a 2-letter ISO 3166 country code. Some field may not present.
module UTF8 : sig ... endUTF-8 encoded Unicode strings. The type is normal string.
module UTF16 : sig ... endmodule UCS4 : sig ... endUCS4 encoded string. The type is the bigarray of 32-bit integers. Bigarray.cma or Bigarray.cmxa must be linked when this module is used.
module UPervasives : sig ... endFunctions for toplevel
module URe : sig ... endRegular expression engine.
module CharEncoding : sig ... endmodule UCharInfo : sig ... endUnicode character informations
module UNF : sig ... endUnicode normal form (NFD, NFKD, NFC, NFKC) as described in UTR #15
module UCol : sig ... endUnicode collation algorithm
module CaseMap : sig ... endCase mappings as defined in Unicode Technical Report #21
module UReStr : sig ... endModule for a Str-like regular expression syntax. The difference can be summarised as follows.
module StringPrep : sig ... endAll-in-one, configure once at beginning module