diff options
author | Sean MacLennan <seanm@seanm.ca> | 2019-01-20 08:09:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-20 13:21:40 +0700 |
commit | 92a0d1f01a0949e54d711530f400c9ae7b8f0e96 (patch) | |
tree | 7ce1325b8c19613b0931b245d1799ece0c45d0e0 /libraries/skalibs/README | |
parent | 813644392ec1b4ffd4e7c71c7a78984938eada20 (diff) |
libraries/skalibs: Added (general purpose C libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/skalibs/README')
-rw-r--r-- | libraries/skalibs/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/skalibs/README b/libraries/skalibs/README new file mode 100644 index 0000000000000..4a5597a7b3477 --- /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. |