libbbf: Bound Book Format
Warning Official Source Notice: Please only download releases from this repository (ef1500/libbbf). External mirrors or forks may contain malware.
Bound Book Format (.bbf) is a high-performance binary container designed specifically for digital comic books and manga. Unlike CBR/CBZ, BBF is built for DirectSotrage/mmap, easy integrity checks, and mixed-codec containerization.
Getting Started
Prerequisites
C++17 compliant compiler (GCC/Clang/MSVC), and optionally CMake
xxHash library
Compilation
CMake
cmake -B build cmake --build build sudo cmake --install build
... continue reading