Commit graph

2 commits

Author SHA1 Message Date
Mark Linimon
784eab2ac6 Switch to using new files Mk/bsd.ocaml.mk [1] and Mk/bsd.xfce.mk [2].
PR:	101029 [1], 108862 [2]

Submitted by:	Stanislav Sedov <ssedov at mbsd dot msk dot ru> [1], oliver [2]
2007-03-14 04:12:32 +00:00
Ion-Mihai Tetcu
7aa5869e6a 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 the user from having to write his own
I/O-routines for datastructures he defines. 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.

Author:	Markus Mottl <mmottl@janestcapital.com>
WWW:	http://www.janestcapital.com/ocaml/index.html

PR:		ports/101221
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-08-04 17:01:11 +00:00