./wip/rapidxml, RapidXml is an attempt to create the fastest XML parser possible

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


Branch: CURRENT, Version: 1.13, Package name: rapidxml-1.13, Maintainer: pkgsrc-users

RapidXml is an attempt to create the fastest XML parser possible, while
retaining usability, portability and reasonable W3C compatibility. It is an
in-situ parser written in modern C++, with parsing speed approaching that of
strlen function executed on the same data.


Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 1bd6e89126ada3e2e1764ac2ff482313ed8250fa
Filesize: 43.128 KB

Version history: (Expand)


CVS history: (Expand)


   2013-06-02 14:27:25 by othyro | Files touched by this commit (1)
Log message:
Add buildlink3.mk file, setting BUILDLINK_DEPMETHOD.rapidxml?=  build
as it installs static headers.
   2012-12-01 13:56:22 by othyro | Files touched by this commit (4)
Log message:
Import rapidxml-1.13 as wip/rapidxml.

RapidXml is an attempt to create the fastest XML parser possible, while
retaining usability, portability and reasonable W3C compatibility. It is an
in-situ parser written in modern C++, with parsing speed approaching that of
strlen function executed on the same data.