package camomile

  1. Overview
  2. Docs
A Unicode library

Install

Dune Dependency

Authors

Maintainers

Sources

camomile-1.0.2.tbz
sha256=f0a419b0affc36500f83b086ffaa36c545560cee5d57e84b729e8f851b3d1632
sha512=7586422e68779476206027c6ebbe19b677fbe459153221f7c952c7fae374c5c8232249cb76fdb1f482069707aa1580be827cd39693906142988268b7f0e7f6d0

doc/src/camomile.library/configInt.ml.html

Source file configInt.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(** Configuration values *)
module type Type = sig
  (** Directory of compiled Unicode data *)
  val datadir : string

  (** Directory of compiled character mapping tables a la ISO *)
  val charmapdir : string

  (** Directory of camomile-style compiled character mapping table *)
  val unimapdir : string

  (** Directory of compiled locale data *)
  val localedir : string
end
OCaml

Innovation. Community. Security.