OCaml-data-notation
Ocaml-data-notation, aka odn, dumps OCaml data in OCaml notation. It
is inspired by JSON. It uses type-conv to create data dumper functions,
you just have to add "with odn" in the type definition. There is no
load scheme, since it is used to dump datastructure into OCaml scripts.
It is mainly a code generator helper.
[ Homepage ]
| Author: | Sylvain Le Gall. |
| Last modification date: | 04-Jul-2011 |
| Version: | 0.0.5 |
| Development status: | Beta |
| Kind: | Development tools |
| License: | Open Source :: LGPL |
| Topic: | Software development :: Code generators |
| Homepage: | https://forge.ocamlcore.org/projects/odn |