spreadsheetversion
Functor for parsing and building spreadsheets.
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.
Author | Ben Greenman |
---|---|
License | LGPL-2.0-or-later |
Published | |
Homepage | http://github.com/bennn/spreadsheet |
Issue Tracker | http://github.com/bennn/spreadsheet/issues |
Maintainer | Ben Greenman |
Available | os != "win32" |
Dependencies |
|
Source [http] | https://github.com/bennn/spreadsheet/archive/0.1.zip sha256=494c93d875a2683e7c92b0b788290977f7cd9801dc4efedfec0121079151beac md5=c3bdce5e5b379f5333d466fcf5e6ac8f |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/spreadsheet/spreadsheet.0.1/opam |
No package is dependent