helper functor module to map some table rows into other object like json.
  • OCaml 92.6%
  • Makefile 7.4%
Find a file
2016-12-08 00:57:55 +09:00
examples rename executable having .exe extension 2013-10-02 20:20:13 +09:00
tests rename executable having .exe extension 2013-10-02 20:20:13 +09:00
.gitignore first commit 2013-09-30 20:42:30 +09:00
AUTHOR first commit 2013-09-30 20:41:54 +09:00
CHANGES use batteries instead of extlib 2014-12-30 12:00:29 +09:00
LICENSE Initial commit 2013-09-30 04:33:11 -07:00
Makefile use uutf 2016-12-08 00:57:55 +09:00
META use uutf 2016-12-08 00:57:55 +09:00
ocorm.ml use uutf 2016-12-08 00:57:55 +09:00
ocorm.mli simplify joined_props from list list to list 2014-12-20 14:51:43 +09:00
README.md modify readme.md 2013-09-30 20:51:02 +09:00

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