summaryrefslogtreecommitdiff
path: root/textproc/ezxml/DESCR
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2005-08-01 00:25:04 +0000
committeragc <agc@pkgsrc.org>2005-08-01 00:25:04 +0000
commit3d547635d3375de725551437740c07058de19b26 (patch)
treed45912d53f87b516a9e54627f7cd00568972b474 /textproc/ezxml/DESCR
parenta3bcf47ff348a8c8531ce7830da88fc24d1327a9 (diff)
downloadpkgsrc-3d547635d3375de725551437740c07058de19b26.tar.gz
Import ezxml library, submitted in PR 30887 by Marcin Jessa.
ezXML is a C library for parsing XML documents inspired by simpleXML for PHP. As the name implies, it's easy to use. It's ideal for parsing XML configuration files or REST web service responses. It's also fast and lightweight (less than 20k compiled). An example of how to use the ezXML library can be found in ${PREFIX}/share/doc/ezxml
Diffstat (limited to 'textproc/ezxml/DESCR')
-rw-r--r--textproc/ezxml/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/textproc/ezxml/DESCR b/textproc/ezxml/DESCR
new file mode 100644
index 00000000000..5858f5202e1
--- /dev/null
+++ b/textproc/ezxml/DESCR
@@ -0,0 +1,10 @@
+ezXML is a C library for parsing XML documents inspired by simpleXML
+for PHP. As the name implies, it's easy to use. It's ideal for
+parsing XML configuration files or REST web service responses. It's
+also fast and lightweight (less than 20k compiled).
+
+An example of how to use the ezXML library can be found in
+${PREFIX}/share/doc/ezxml
+
+- Marcin Jessa
+yazzy@yazzy.org