summaryrefslogtreecommitdiffstats
path: root/libraries/iksemel
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:32:59 +0100
committer B. Watson2022-03-13 20:32:59 +0100
commit3684c918030a4fabbdd906b9d4ea79ce77ddd4be (patch)
tree2853ca41f0ab96408384744deb23ab1b0b7f219f /libraries/iksemel
parent6d9e00cbbb33ed3f816c5cf616adcc2bbf987214 (diff)
downloadslackbuilds-3684c918030a4fabbdd906b9d4ea79ce77ddd4be.tar.gz
libraries/iksemel: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/iksemel')
-rw-r--r--libraries/iksemel/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/iksemel/README b/libraries/iksemel/README
index ac3d5c6ba1..9dfa318653 100644
--- a/libraries/iksemel/README
+++ b/libraries/iksemel/README
@@ -3,9 +3,11 @@ iksemel (XML parser for Jabber apps)
iksemel is an XML (eXtensible Markup Language) parser library designed
for Jabber applications.
- * Highly portable, builds on all POSIX environments and Windows (via mingw).
+ * 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.
+ 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.