summaryrefslogtreecommitdiff
path: root/libraries/skalibs/README
diff options
context:
space:
mode:
authorSean MacLennan <seanm@seanm.ca>2019-01-20 08:09:30 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-20 13:21:40 +0700
commit92a0d1f01a0949e54d711530f400c9ae7b8f0e96 (patch)
tree7ce1325b8c19613b0931b245d1799ece0c45d0e0 /libraries/skalibs/README
parent813644392ec1b4ffd4e7c71c7a78984938eada20 (diff)
downloadslackbuilds-92a0d1f01a0949e54d711530f400c9ae7b8f0e96.tar.gz
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/README12
1 files changed, 12 insertions, 0 deletions
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.