From 8a36eb498e1a1c2cf2e886356faa4ce67e52e874 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sat, 21 Jun 2025 12:20:34 +0100 Subject: initial commit --- README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..5d4d2ab --- /dev/null +++ b/README @@ -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. -- cgit v1.2.3