Skip to content

Latest commit

 

History

History
134 lines (101 loc) · 3.82 KB

File metadata and controls

134 lines (101 loc) · 3.82 KB
tocdepth:1
.. index:: pair: OCaml; language

DRYlib for OCaml

.. only:: html

   .. contents::
      :local:
      :backlinks: entry
      :depth: 2

Getting Started

Prerequisites

Installation

TODO

Library Usage

open DRY

Design Principles

Reference

Modules

DRY OCaml
base DRY (module)
bits TODO
code TODO
crypto TODO
data TODO
ffi TODO
geo TODO
io TODO
lang TODO
logic TODO
math DRY.Math (module)
media TODO
meta DRY.Meta (module)
net TODO
qty TODO
std TODO
sys TODO
text DRY.Text (module)
text/ascii DRY.Text.ASCII (module)
text/printf DRY.Text.Printf (module)
text/utf8 DRY.Text.UTF8 (module)
time TODO
util TODO

Module base

DRY OCaml
TODO TODO

Module math

DRY OCaml
TODO TODO

Module meta

DRY OCaml
TODO TODO

Module text

DRY OCaml
TODO TODO

See Also

.. seealso::

   `Changelog <https://github.com/dryproject/drylib.ocaml/blob/master/CHANGES.rst>`__ on GitHub
      The comprehensive version history and release notes for DRYlib for OCaml.

   `Arto's Notes re: OCaml <http://ar.to/notes/ocaml>`__
      Miscellaneous notes on OCaml.