Plibsys: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "==Description== Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-..."
 
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
==Description==
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.
Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.


Line 6: Line 5:


==License==
==License==
* LGPL Ver 2.1
* MIT License


==Author==
==Author==
* [[Alexander Saprykin]]
* [[Alexander Saprykin]]


[[Category:Open Source Software]]
[[Category:Libraries]][[Category:Open Source Software]]

Latest revision as of 17:58, 28 May 2018

Highly portable C system library: threads and synchronization primitives, sockets (TCP, UDP, SCTP), IPv4 and IPv6, IPC, hash functions (MD5, SHA-1, SHA-2, SHA-3, GOST), binary trees (RB, AVL) and more. Native code performance.

Download

License

  • MIT License

Author