[Pkg-ocaml-maint-commits] [SCM] sexplib310 packaging branch, master, updated. cb7338b98325c87133a04f86e2b8caf00ce297cb

Stefano Zacchiroli zack at upsilon.cc
Sat May 3 12:23:26 UTC 2008


The following commit has been merged in the master branch:
commit e6daaa513dc1841caa27784264837d237ca3dcbd
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Sat May 3 12:11:36 2008 +0200

    draft debian/control

diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..606390a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: sexplib310
+Section: devel
+Priority: extra
+Maintainer: Stefano Zacchiroli <zack at debian.org>
+Build-Depends: cdbs, debhelper (>= 7),
+ ocaml-nox, camlp4, ocaml-findlib,
+Standards-Version: 3.7.3
+Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/sexplib310.git
+Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/sexplib310.git
+Homepage: http://www.janestcapital.com/ocaml/
+
+Package: libsexplib-camlp4
+Section: libs
+Architecture: any
+Depends: ocaml-nox-${F:OCamlABIY}, ocaml-findlib,
+ camlp4,
+ ${shlibs:Depends}, ${misc:Depends}
+Description: automated conversions between OCaml-values and S-expressions
+ Sexplib library contains functionality for parsing and pretty-printing
+ S-expressions.
+ .
+ Sexplib also contains a 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 the
+ datastructures they define.  Possible errors during automatic
+ conversions from S-expressions to OCaml-values are reported in a very
+ human-readable way.
+ .
+ Another module contained in Sexplib you to extract and replace
+ sub-expressions in S-expressions.
+

-- 
sexplib310 packaging



More information about the Pkg-ocaml-maint-commits mailing list