2015-02-28 19:53:23 +01:00
|
|
|
liberty
|
|
|
|
=======
|
|
|
|
|
2015-09-27 01:55:27 +02:00
|
|
|
'liberty' is a pseudolibrary of all the common C code I have written for various
|
2015-03-29 01:55:10 +01:00
|
|
|
projects. I used to copy-paste large swaths of code with minimal changes to it
|
|
|
|
and it slowly became awfully painful to synchronize. The project can be thought
|
|
|
|
of as a successor to my other C library, libxtnd.
|
2015-02-28 19:53:23 +01:00
|
|
|
|
|
|
|
You are supposed to import it as a git submodule and include the main source
|
|
|
|
file directly everywhere you need it. Everything is declared "static". I have
|
|
|
|
come to the conclusion that this style of C programming suits me the best, as it
|
|
|
|
allows me to nearly forget about the mess that are header files.
|
|
|
|
|
2015-03-29 01:55:10 +01:00
|
|
|
The API is intentionally unstable, which allows for easy refactoring.
|
|
|
|
|
|
|
|
All development is done on Linux, but other POSIX-compatible operating systems
|
|
|
|
should be supported as well. They have an extremely low priority, however, and
|
2016-03-13 16:40:49 +01:00
|
|
|
I'm not testing them at all, with the exception of OpenBSD.
|
|
|
|
|
|
|
|
Contributing and Support
|
|
|
|
------------------------
|
2018-06-21 23:58:03 +02:00
|
|
|
Use https://git.janouch.name/p/liberty to report any bugs, request features,
|
|
|
|
or submit pull requests. `git send-email` is tolerated. If you want to discuss
|
|
|
|
the project, feel free to join me at ircs://irc.janouch.name, channel #dev.
|
2015-03-29 01:55:10 +01:00
|
|
|
|
2018-06-21 23:58:03 +02:00
|
|
|
Bitcoin donations are accepted at: 12r5uEWEgcHC46xd64tt3hHt9EUvYYDHe9
|
2017-06-04 00:49:15 +02:00
|
|
|
|
2015-02-28 19:53:23 +01:00
|
|
|
License
|
|
|
|
-------
|
2018-06-21 23:57:25 +02:00
|
|
|
This software is released under the terms of the 0BSD license, the text of which
|
|
|
|
is included within the package along with the list of authors.
|