libbowl ======= The last C datastructure library you will use. Provides a versatile structure that can act as lists, sets and more! Issues are being tracked here: https://todo.sr.ht/~spacekookie/libbowl How to build ------------ An out-of-source build is recommended. ``` $> mkdir build; cd build $> cmake .. $> make -j 2 ``` This will create a `.so` file. If you require a static object, you can change the linking behaviour in the `CMakeLists.txt` file. License ------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. I hope you enjoy ❤