[Lunar-commits] <moonbase-other> iksemel: Readding to moonbase.

Dennis Veatch stumbles at lunar-linux.org
Sun Aug 12 13:29:58 CEST 2012


commit 590b348c9fa43f6a3a8e3802a9b9dc97d2c609d2
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Sun, 12 Aug 2012 04:29:58 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/590b348c9fa43f6a3a8e3802a9b9dc97d2c609d2

iksemel: Readding to moonbase.
---
  libs/iksemel/DETAILS                                         +29/-0    
  1 files changed, 29 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/libs/iksemel/DETAILS
@@ -0,0 +1,29 @@
+          MODULE=iksemel
+         VERSION=1.4
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://iksemel.googlecode.com/files/
+      SOURCE_VFY=sha1:722910b99ce794fd3f6f0e5f33fa804732cf46db
+        WEB_SITE=http://code.google.com/p/iksemel/
+         ENTERED=20090413
+         UPDATED=20100411
+           SHORT="an XML parser library for jabber"
+
+cat << EOF
+iksemel is an XML (eXtensible Markup Language) parser library designed for
+Jabber applications.
+
+Some features:
+
+    * Highly portable, builds on all POSIX environments and Windows (via mingw).
+
+    * Suitable for embedded systems. Code is small and highly modular, you can
+      trim unneeded parts. Memory usage is low, parser is quite fast.
+
+    * Provides SAX, DOM and XMPP parsers.
+
+    * TLS (via gnutls) and SASL support for XMPP security.
+
+    * Only UTF8 encoding is built-in supported.
+
+    * Fully documented with examples.
+EOF




More information about the Lunar-commits mailing list