From 92a0d1f01a0949e54d711530f400c9ae7b8f0e96 Mon Sep 17 00:00:00 2001 From: Sean MacLennan Date: Sun, 20 Jan 2019 08:09:30 +0700 Subject: libraries/skalibs: Added (general purpose C libraries). Signed-off-by: Willy Sudiarto Raharjo --- libraries/skalibs/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libraries/skalibs/README (limited to 'libraries/skalibs/README') diff --git a/libraries/skalibs/README b/libraries/skalibs/README new file mode 100644 index 0000000000..4a5597a7b3 --- /dev/null +++ b/libraries/skalibs/README @@ -0,0 +1,12 @@ +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. -- cgit v1.2.3