./wip/xml-light, Xml-Light is a minimal XML parser & printer for OCaml

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2nb1, Package name: xml-light-2.2nb1, Maintainer: pkgsrc-users

Xml-Light is a minimal XML parser and printer for OCaml. It provides functions
to parse an XML document into an OCaml data structure, work with it, and print
it back to an XML document. It also supports DTD parsing and checking, and is
entirely written in OCaml, hence it does not require additional C library.


Required to run:
[lang/ocaml]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 5a6158698110f706ecfeca0d5799eea2c155f974
Filesize: 21.611 KB

Version history: (Expand)


CVS history: (Expand)


   2013-01-19 09:38:27 by othyro | Files touched by this commit (1)
Log message:
USE_TOOLS+=gmake; Bump PKGREVISION.
   2012-11-15 22:50:44 by othyro | Files touched by this commit (1)
Log message:
Used SUBST framework to make package use DESTDIR; INSTALLATION_DIRS+=
lib/ocaml; Added post-install stage to fix permissions on 3 installed files
   2012-10-07 22:11:06 by Aleksej Saushev | Files touched by this commit (137)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2010-03-10 00:49:21 by othyro | Files touched by this commit (4) | Imported package
Log message:
Xml-Light is a minimal XML parser and printer for OCaml. It provides functions
to parse an XML document into an OCaml data structure, work with it, and print
it back to an XML document. It also supports DTD parsing and checking, and is
entirely written in OCaml, hence it does not require additional C library.