buildroot/package/rapidxml/Config.in
Jonathan Ben Avraham 8a33bc3ad9 rapidxml: new package
[Thomas:
  - Rewrap Config.in help text
  - Indicate that the SHA256 hash has been locally calculated, and add
    the MD5 and SHA1 hashes from SourceForge.
  - Use downloads.sourceforge.net as the download site instead of
    garr.dl.sourceforge.net, in order to use the SourceForge mirrors
    properly, and be consistent with all other Buildroot packages
    downloading stuff from SourceForge.
  - Change the license from "MIT" to "Boost Software License 1.0 or
    MIT" as indicated by the license.txt file.
  - Change the <pkg>_EXTRACT_CMDS to remove the sub-directory created
    by the .zip file extraction, and simplify the staging installation
    step accordingly.]

Signed-off-by: Jonathan Ben Avraham <yba@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-08-17 16:02:18 +02:00

12 lines
401 B
Plaintext

config BR2_PACKAGE_RAPIDXML
bool "rapidxml"
help
RapidXml is an attempt to create the fastest XML parser
possible, while retaining useability, portability and
reasonable W3C compatibility. It is an in-situ parser with
parsing speed approaching speed of strlen function executed
on the same data.
http://sourceforge.net/projects/rapidxml/
https://en.wikipedia.org/wiki/RapidXml