diff options
| author | Lexi Winter <lexi@le-fay.org> | 2025-06-21 12:20:34 +0100 |
|---|---|---|
| committer | Lexi Winter <lexi@le-fay.org> | 2025-06-21 12:20:34 +0100 |
| commit | 8a36eb498e1a1c2cf2e886356faa4ce67e52e874 (patch) | |
| tree | 92e44b4d4ddef68ff91d35f44ca57a9d45e7f879 /README | |
| download | nihil-8a36eb498e1a1c2cf2e886356faa4ce67e52e874.tar.gz nihil-8a36eb498e1a1c2cf2e886356faa4ce67e52e874.tar.bz2 | |
initial commit
Diffstat (limited to 'README')
| -rw-r--r-- | README | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -0,0 +1,26 @@ +nihil: C++ utility library +========================== + +nihil is a C++ library which provides various utilities that might be useful +in a C++ program. many of the utilities are specific to FreeBSD. + +i wrote this primarily for my own programs, but you're welcome to use it too. + +license +------- + +all of nihil is in the public domain, with the exception of: + +- modules/generator.ccm + +requirements +------------ + ++ FreeBSD ++ a modern C++ compiler. nihil is tested using LLVM 19.x with -std=c++26. + +usage +----- + +nihil is intended to be consumed as a CMake subdirectory. better install +options might be added later. |
