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%
Find a file
2026-04-27 16:17:49 +02:00
.gitignore Rename mbool to yabool in the README.md, add .gitignore, setup pkg-config, autotools and CMake build files (+ compile_cmake.sh as comfort wrapper for me :.)) @ A1 2026-04-19 14:38:50 +02:00
bool.h Rename yabool.h to bool.h, update CMakeLists so that it generates a pkg configuration and a cmake module, add meson build file @ A2 2026-04-27 16:17:49 +02:00
CMakeLists.txt Rename yabool.h to bool.h, update CMakeLists so that it generates a pkg configuration and a cmake module, add meson build file @ A2 2026-04-27 16:17:49 +02:00
compile_cmake.sh Rename mbool to yabool in the README.md, add .gitignore, setup pkg-config, autotools and CMake build files (+ compile_cmake.sh as comfort wrapper for me :.)) @ A1 2026-04-19 14:38:50 +02:00
configure.ac Rename mbool to yabool in the README.md, add .gitignore, setup pkg-config, autotools and CMake build files (+ compile_cmake.sh as comfort wrapper for me :.)) @ A1 2026-04-19 14:38:50 +02:00
Doxyfile Add doxygen documentation and doxygen settings file, update README @ A1 2026-04-19 15:35:08 +02:00
LICENSE.md Rename mbool to yabool @ A1 2026-04-18 13:49:44 +02:00
Makefile.am Rename mbool to yabool in the README.md, add .gitignore, setup pkg-config, autotools and CMake build files (+ compile_cmake.sh as comfort wrapper for me :.)) @ A1 2026-04-19 14:38:50 +02:00
meson.build Rename yabool.h to bool.h, update CMakeLists so that it generates a pkg configuration and a cmake module, add meson build file @ A2 2026-04-27 16:17:49 +02:00
README.md Add Documentation section to the README @ A1 2026-04-19 16:30:24 +02:00
yabool.pc.in Rename mbool to yabool in the README.md, add .gitignore, setup pkg-config, autotools and CMake build files (+ compile_cmake.sh as comfort wrapper for me :.)) @ A1 2026-04-19 14:38:50 +02:00
yaboolConfig.cmake.in Rename yabool.h to bool.h, update CMakeLists so that it generates a pkg configuration and a cmake module, add meson build file @ A2 2026-04-27 16:17:49 +02:00

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.