summaryrefslogtreecommitdiffstats
path: root/libraries/xml-security-c/README
diff options
context:
space:
mode:
author Thibaut Notteboom <tib@tibux.org>2012-12-26 08:05:34 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-26 21:36:43 +0100
commite0777db10608c668a7b7084157d50ed50733b10e (patch)
tree6bb0262bfa0447ee6d874b6a8abaf09d295f0145 /libraries/xml-security-c/README
parent27e09d40a44b79704cc7ccfca13884e628d58e92 (diff)
downloadslackbuilds-e0777db10608c668a7b7084157d50ed50733b10e.tar.gz
slackbuilds-e0777db10608c668a7b7084157d50ed50733b10e.tar.xz
libraries/xml-security-c: Added (Apache XML security C++ library).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/xml-security-c/README')
-rw-r--r--libraries/xml-security-c/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/xml-security-c/README b/libraries/xml-security-c/README
new file mode 100644
index 0000000000..bf00eb3257
--- /dev/null
+++ b/libraries/xml-security-c/README
@@ -0,0 +1,6 @@
+The xml-security-c library is a C++ implementation of the XML Digital
+Signature and Encryption specifications. The library makes use of the
+Apache XML project's Xerces-C XML Parser and Xalan-C XSLT processor.
+The latter is used for processingXPath and XSLT transforms.
+
+xalan-c is an optional dependency (autodetected).