diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-30 15:18:13 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-30 15:18:13 +0100 |
commit | cde3e75dd0668e9c0d88cb4e4b5e6ca618113891 (patch) | |
tree | 2e344a59578dd744dd884ab20db4607eb45c6d85 | |
parent | 9f85f6b675ec68b843fc1fae42bb75ec643d21a7 (diff) |
Add to header docs
-rw-r--r-- | cbs.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ /* Single-header library to help write build scripts in C. This library is POSIX compliant, so it should work on all respectible UNIX-like systems. + You can find the CBS git repository at https://git.sr.ht/~mango/cbs and you + can include this in your project with the following command: + + $ wget 'https://git.sr.ht/~mango/cbs/tree/master/item/cbs.h' + + This library is licensed under the 0-Clause BSD license, and as such you may + do whatever you want to it, however you want to it, whenever you want. You + are encouraged in fact to modify this library to suit your specific usecase. + All functions and macros are documented. You can figure out the API pretty easily by just reading the comments in this file. |