package otoml

  1. Overview
  2. Docs
TOML parsing, manipulation, and pretty-printing library (1.0.0-compliant)

Install

Dune Dependency

Authors

Maintainers

Sources

0.9.2.tar.gz
md5=9fe793f78b49843f641118ce5c8aec59
sha512=3ab1c1128155aa12acf29d455a7fe6d32bba5982ef57dcf6095e6890f913d9663880f308d92e51111c65986f56126daaf575e820b31b15b009b1d824dca81d52

doc/src/otoml/otoml.ml.html

Source file otoml.ml

1
2
3
4
5
6
7
8
9
10
11
12
include Common

module Base = struct
  include Impl_sigs
  include Default_impl

  include Otoml_base
end

module DefaultImpl = Base.Make (Base.OCamlInteger) (Base.OCamlFloat) (Base.StringDate)

include DefaultImpl
OCaml

Innovation. Community. Security.