summaryrefslogtreecommitdiffstats
path: root/libraries/ptypes/README
diff options
context:
space:
mode:
author Matthew Budd2016-08-22 14:22:48 +0200
committer David Spencer2016-08-28 01:22:59 +0200
commit91acfe52e6fa8a49ca35dd2ac2d137d5d61bf4a2 (patch)
treee0d5b29f23779f2ab7dd702402d36ba68a3d529c /libraries/ptypes/README
parentff30d05f395e16eef302411f0596e2f454d8a037 (diff)
downloadslackbuilds-91acfe52e6fa8a49ca35dd2ac2d137d5d61bf4a2.tar.gz
libraries/ptypes: Added (C++ Portable Types Library).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/ptypes/README')
-rw-r--r--libraries/ptypes/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/ptypes/README b/libraries/ptypes/README
new file mode 100644
index 0000000000..9dc76c90c1
--- /dev/null
+++ b/libraries/ptypes/README
@@ -0,0 +1,5 @@
+C++ Portable Types Library (PTypes)
+
+PTypes is a simple alternative to the STL that includes multithreading and networking.
+It defines dynamic strings, character sets, lists and other basic data types along
+with threads, synchronization primitives, named pipes and IP sockets.