Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.09 KB

clib

C helper library

Modules

arguments command line argument parsing
asock asynchronous sockets
base64 base64 encoding/decoding
fileSystem file/directory/path helpers
hash hash table
list generic list
regex regular expressions
sha256 SHA2/SHA256 hashing
string strings and stringBuilders
threadPool worker thread pooling

Platforms

  • OS X
  • Linux

Dependencies

  • C99 mode
  • PCRE (required; for regular expressions)
  • OpenSSL (optional; for asock SSH tunneling)
  • libssh2 (optional; for asock SSH tunneling)

License

  • BSD