From owner-cvs-all@FreeBSD.ORG Fri Aug 4 17:01:12 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D4C616A4E0; Fri, 4 Aug 2006 17:01:12 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3E6143D5C; Fri, 4 Aug 2006 17:01:11 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k74H1B1G015987; Fri, 4 Aug 2006 17:01:11 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k74H1BQS015986; Fri, 4 Aug 2006 17:01:11 GMT (envelope-from itetcu) Message-Id: <200608041701.k74H1BQS015986@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Fri, 4 Aug 2006 17:01:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/ocaml-sexplib Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Aug 2006 17:01:12 -0000 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 WWW: http://www.janestcapital.com/ocaml/index.html PR: ports/101221 Submitted by: Stanislav Sedov 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)