Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libHX: a lib providing usefull resources.
  • Loading branch information
florin65 committed Jul 11, 2014
1 parent dc09db7 commit ffd09b0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions libs/libHX/DETAILS
@@ -0,0 +1,16 @@
MODULE=libHX
VERSION=3.19
SOURCE=$MODULE-$VERSION.tar.xz
SOURCE_URL=$SFORGE_URL/libhx/
SOURCE_VFY=sha1:55573a6843da1b811c5c7cb4f2fee0b83c164ba6
WEB_SITE=http://libhx.sourceforge.net/
ENTERED=20140711
UPDATED=20140711
SHORT="A library providing queue, tree, I/O and utility functions"

cat << EOF
libHX is a C library (with some C++ bindings available) that provides data
structures and functions commonly needed, such as maps, deques, linked lists,
string formatting and autoresizing, option and config file parsing, type checking
casts and more.
EOF

0 comments on commit ffd09b0

Please sign in to comment.