From 3534b428629be185e096be99e3bd5fdfe32d5544 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 18 Sep 2014 18:55:44 +0000 Subject: initial commit with rc for skalibs-2.0.0.0 --- doc/index.html | 131 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 doc/index.html (limited to 'doc/index.html') diff --git a/doc/index.html b/doc/index.html new file mode 100644 index 0000000..344ffff --- /dev/null +++ b/doc/index.html @@ -0,0 +1,131 @@ + + + + + skalibs: a C library for system programming + + + + + + +

+Software
+skarnet.org +

+ +

skalibs

+ +

What is it ?

+ +

+ skalibs is a package centralizing the free software / open source C development +files used for building all software at skarnet.org: it contains essentially +general-purpose libraries. +You will need to install skalibs if you plan to build skarnet.org software. + The point is that you won't have to download and compile big libraries, and care +about portability issues, +everytime you need to build a package: do it only once. +

+ +

+ skalibs can also be used as a sound basic start for C development. There +are a lot of general-purpose libraries out there; but if your main goal is +to produce small and secure C code with a focus on system +programming, skalibs might be for you. +

+ +
+ +

Installation

+ +

Requirements

+ + + +

Licensing

+ +

+ skalibs is free software. It is available under the +ISC license. +

+ +

Download

+ + + +

Compilation

+ + + +

Upgrade notes

+ + + +

Cross-compilation

+ +

+ Cross-compilation is tricky. skalibs provides system-agnostic interfaces, so all the +other skarnet.org packages cross-compile easily; but some effort needs to be made to +cross-compile skalibs, see this page. + +


+ +

Reference

+ +

Libraries

+ + + +
+ +

Similar work

+ +

+ Here are a few other libraries originating from the same place as +skalibs, i.e. people start to reuse and package, or rewrite, +code from Dan J. Bernstein, and then patch +after patch, addition after addition, the code evolves into a project +of its own: +

+ + + +

Related resources

+ + + + + -- cgit v1.3.1