diff options
author | B. Watson <yalhcru@gmail.com> | 2016-11-14 13:07:04 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-15 21:41:38 +0700 |
commit | 9bb94770de49999aa2b4feaf6afc03a1756d6e63 (patch) | |
tree | 4bc3f65dcabf01840611e5f3fae6c1ac3ae78e8b /libraries | |
parent | 77a686e52e5d2aced0ec3eb71f47530ea2db68c5 (diff) | |
download | slackbuilds-9bb94770de49999aa2b4feaf6afc03a1756d6e63.tar.gz |
libraries/ptypes: Fix README.
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ptypes/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/ptypes/README b/libraries/ptypes/README index 9dc76c90c1..f0eee8beb1 100644 --- a/libraries/ptypes/README +++ b/libraries/ptypes/README @@ -1,5 +1,6 @@ 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. +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. |