Date: Fri, 4 Aug 2006 17:01:11 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-sexplib Makefile distinfo pkg-descr Message-ID: <200608041701.k74H1BQS015986@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2006-08-04 17:01:11 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/ocaml-sexplib Makefile distinfo pkg-descr
Log:
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>
Revision Changes Path
1.2397 +1 -0 ports/devel/Makefile
1.1 +49 -0 ports/devel/ocaml-sexplib/Makefile (new)
1.1 +3 -0 ports/devel/ocaml-sexplib/distinfo (new)
1.1 +13 -0 ports/devel/ocaml-sexplib/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608041701.k74H1BQS015986>
