A minimalistic header only bool library
https://asaeppel4231.github.io/yabool/doxygen-doc/html
- C 47.3%
- CMake 35.7%
- Meson 7.3%
- M4 3.8%
- Makefile 3.4%
- Other 2.5%
| .gitignore | ||
| bool.h | ||
| CMakeLists.txt | ||
| compile_cmake.sh | ||
| configure.ac | ||
| Doxyfile | ||
| LICENSE.md | ||
| Makefile.am | ||
| meson.build | ||
| README.md | ||
| yabool.pc.in | ||
| yaboolConfig.cmake.in | ||
yabool
A simple header only bool library for the ya ecosystem.
Documentation
The full project documentation is available online via GitHub Pages.
Doxygen (HTML)
A browsable version of the API reference generated by Doxygen can be found here:
https://asaeppel4231.github.io/yabool/doxygen-doc/html/
Doxygen (LaTeX / PDF)
The LaTeX sources generated by Doxygen are available here:
https://asaeppel4231.github.io/yabool/doxygen-doc/latex/
A prebuilt PDF version of the reference manual is available as well:
https://asaeppel4231.github.io/yabool/doxygen-doc/latex/refman.pdf
Future Documentation
Additional documentation formats (e.g., autodoc‑generated output) will be added in the future and published alongside the existing documentation.