4 Commits

Author SHA1 Message Date
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
benoit
5cbccb3836 Update to libHX-3.24. 2020-03-07 09:50:09 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +00:00
robert
e704e634d0 import of libHX;
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.

libHX aids in quickly writing up C and C++ data processing programs, by 
consolidating tasks that often happen to be open-coded, such as (simple) config 
file reading, option parsing, directory traversal, and others, into a library. 
The focus is on reducing the amount of time (and secondarily, the amount of 
code) a developer has to spend for otherwise implementing such.

ok ajacoutot@
2018-10-02 10:48:17 +00:00