skalibs is a set of general-purpose, low-level C libraries, all in the public domain. It can replace or hide the standard C library to some extent. It is designed to allow building of small static binaries. It is used in building all skarnet.org software, including execline and skadns.
| Tags | Software Development Libraries |
|---|---|
| Licenses | Public Domain |
| Operating Systems | POSIX Unix |
| Implementation | C |
Recent releases


Changes: This release fixes some minor bugs, cleans up a bit of code, and offers a few new convenient interfaces.


Changes: A much-needed release to fix some annoying bugs and keep the library up to date.


Changes: This release fixed a tiny bug and worked around a Linux 2.6 poll() bug by changing the iopause() interface slightly.


Changes: This release fixed invisible portability problems with BSD and Solaris and an annoying bug in realpath(), and comes with new, fully reentrant interfaces to libstddjb, libdns, and librandom. Memory reallocation was also further reduced. Upgrading is recommended.


Changes: This release fixes a few bugs, and adds better IO, integer formatting, signal, and selfpipe management APIs.