Skip to content

daumiller/clib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published