helper functor module to map some table rows into other object like json.
- OCaml 92.6%
- Makefile 7.4%
| examples | ||
| tests | ||
| .gitignore | ||
| AUTHOR | ||
| CHANGES | ||
| LICENSE | ||
| Makefile | ||
| META | ||
| ocorm.ml | ||
| ocorm.mli | ||
| README.md | ||
Ocorm
About
Ocorm is functor module library to create module that can convert table rows((string, string) list list) into some user defined object(like json).
Install
- make
- sudo make install
Usage
see examples directory