diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +skalibs - a general-purpose low-level C library +----------------------------------------------- + + skalibs is a C library used by all the skarnet.org packages. +It provides APIs more suited to secure and efficient system +programming than the libc, especially where network programming +and IPCs are concerned. + + See the enclosed doc/ subdirectory for the documentation, or + http://skarnet.org/software/skalibs/ + + +* Installation + ------------ + + See the INSTALL file. + + +* Contact information + ------------------- + + Laurent Bercot <ska-skaware at skarnet.org> + + Please use the <skaware at list.skarnet.org> mailing-list for +questions about skalibs. + |