summaryrefslogtreecommitdiffstats
path: root/libraries/npth/slack-desc
diff options
context:
space:
mode:
author pyllyukko2016-08-10 00:53:22 +0200
committer Willy Sudiarto Raharjo2016-08-10 00:53:22 +0200
commit28ec78c3ee77d3dd91eb7907dbb3e1ea75756a99 (patch)
tree091aa0ae673e58d80d8db4afd7e431ae6b3deb6d /libraries/npth/slack-desc
parenta7d3442f2290285dd4537d125d8c4156a09b05b1 (diff)
downloadslackbuilds-28ec78c3ee77d3dd91eb7907dbb3e1ea75756a99.tar.gz
libraries/npth: Added (New GNU Portable Threads Library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/npth/slack-desc')
-rw-r--r--libraries/npth/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/npth/slack-desc b/libraries/npth/slack-desc
new file mode 100644
index 0000000000..5ac5c47194
--- /dev/null
+++ b/libraries/npth/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+npth: npth (New GNU Portable Threads Library)
+npth:
+npth: nPth is a library to provide the GNU Pth API and thus a non-preemptive
+npth: threads implementation.
+npth:
+npth: In contrast to GNU Pth is is based on the system's standard threads
+npth: implementation. This allows the use of libraries which are not
+npth: compatible to GNU Pth. Experience with a Windows Pth emulation showed
+npth: that this is a solid way to provide a co-routine based framework.
+npth:
+npth: Homepage: https://www.gnupg.org/related_software/npth/index.html