1. Home
  2. Browse
  3. plibsys

plibsys

v0.0.4#5Go to latest

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.

Install

Run the following Vcpkg command to install the port.

vcpkg install plibsys

Usage

The package plibsys provides CMake targets:

find_package(plibsys CONFIG REQUIRED)
target_include_directories(main PRIVATE ${PLIBSYS_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${PLIBSYS_LIBRARIES})
See source

Version

v0.0.4#5

Publication

Supports

!uwp

GitHub

saprykin/plibsys720

Homepage

github.com/saprykin/plibsys

Subtree

b295670e4b

License

Complex license

Definition

Manifest