Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pveber/col
OCaml syntax extension for easier manipulation of flat records
https://github.com/pveber/col
Last synced: 10 days ago
JSON representation
OCaml syntax extension for easier manipulation of flat records
- Host: GitHub
- URL: https://github.com/pveber/col
- Owner: pveber
- License: other
- Created: 2011-07-31T11:00:20.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-08T20:07:01.000Z (over 13 years ago)
- Last Synced: 2023-03-11T13:49:58.271Z (over 1 year ago)
- Language: OCaml
- Homepage:
- Size: 145 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Col -- A syntax extension for easier manipulation of flat records
=========================================Scientific data is often stored in the form of tables where each line
represents an object and columns are descriptors of this object (like in
a spreadsheet). Col is a syntax extension which generates appropriate types
and functions from a statement describing a flat record, in order to
make the manipulation of this sort of data easier.Features
--------- automatic definition of record, tuple and object types associated to a
flat record, as well as conversion functions between them
- generation of serialization functions as tab-separated strings,
parsing/unparsing of TSV files.Authors
---------
This library was written by Martin Jambon ([webpage](http://martin.jambon.free.fr/)) and is currently maintained by Philippe Veber ([github page](https://github.com/pveber)).