Skip to content

Collection of small utility libraries for personal projects

Notifications You must be signed in to change notification settings

coquifrogs/coquilib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coquilib

A small collection of utility libraries for my personal projects.

Library Description
cli A simple, header-only CLI parser for C++. Depends only on C standard library and C++ STL.

License

See each library folder for its corresponding license.

Tests

The provided CMakeLists.txt file will build all the tests for the libraries. You can run the unit tests as follows:

mkdir build && cd build
cmake ..
make
ctest  # or run each individual test executable in the build/tests folder

About

Collection of small utility libraries for personal projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages