ocaml-sexplib - OCaml library for converting OCaml values to S-expressions
Website: | http://www.ocaml.info/home/ocaml_sources.html#sexplib310 |
---|---|
License: | LGPLv2+ with exceptions and BSD |
Vendor: | Fedora Project |
- Description:
This library contains functionality for parsing and pretty-printing S-expressions. In addition to that it contains an extremely useful preprocessing module for Camlp4, which can be used to automatically generate code from type definitions for efficiently converting OCaml-values to S-expressions and vice versa. In combination with the parsing and pretty-printing functionality this frees users from having to write their own I/O-routines for datastructures they define. Possible errors during automatic conversions from S-expressions to OCaml-values are reported in a very human-readable way. Another module in the library allows you to extract and replace sub-expressions in S-expressions.
Packages
ocaml-sexplib-4.2.7-2.fc11.ppc [76 KiB] |
Changelog
by Richard W.M. Jones (2009-03-30):
- Force rebuild against latest ocaml-type-conv. |