• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-

package/H19-Jul-2019-877874

src/H24-Nov-2020-23,19717,352

tools/H03-May-2022-334268

AUTHORSH A D13-Apr-20211.4 KiB4340

COPYINGH A D10-Jan-2021760 1411

INSTALLH A D15-Apr-20217 KiB177135

MakefileH A D09-Apr-20216 KiB159115

NEWSH A D13-Apr-20215.7 KiB227155

READMEH A D02-Mar-2020646 2616

README.macosH A D14-Jan-2018163 53

README.solarisH A D24-Aug-2014427 138

configureH A D11-Apr-202120.1 KiB750666

patch-for-solarisH A D09-Feb-2020715 3023

README

1skalibs - a general-purpose low-level C library
2-----------------------------------------------
3
4 skalibs is a C library used by all the skarnet.org packages.
5It provides APIs more suited to secure and efficient system
6programming than the libc, especially where network programming
7and IPCs are concerned.
8
9 See the enclosed doc/ subdirectory for the documentation, or
10 https://skarnet.org/software/skalibs/
11
12
13* Installation
14  ------------
15
16 See the INSTALL file.
17
18
19* Contact information
20  -------------------
21
22 Laurent Bercot <ska-skaware at skarnet.org>
23
24 Please use the <skaware at list.skarnet.org> mailing-list for
25questions about skalibs.
26

README.macos

1
2 This package will compile on Darwin (MacOS), but the building of
3shared libraries is not supported.
4 Make sure you use the --disable-shared option to configure.
5

README.solaris

1
2 This package assumes the existence of a POSIX shell in /bin/sh.
3 On Solaris, /bin/sh is not POSIX. Most versions of Solaris provide
4a POSIX shell in /usr/xpg4/bin/sh.
5
6 To compile this package on Solaris, you will need to run
7
8     ./patch-for-solaris
9
10 before you run ./configure. This script will change the #! invocation
11of the configure script and various tools so that a POSIX shell is used
12for the compilation process.
13