package spreadsheet

  1. Overview
  2. Docs
Functor for parsing and building spreadsheets.

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.zip
md5=c3bdce5e5b379f5333d466fcf5e6ac8f

Description

Defines a spreadsheet functor and RowSpec module type. When given a RowSpec, the functor produces a module that will represent a spreadsheet backed by a set. The programmer must provide a RowSpec module, which is essentially:

  • An OCaml type to describe spreadsheet rows.
  • Coercions from the row type to/from string.
  • A string list title describing each column of the spreadsheet.

Published: 09 Sep 2015

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind build
  3. ocaml >= "4.02.0" & < "5.0"

Dev Dependencies

None

Used by

None

Conflicts

None