Do not follow this link

~sircmpwn/koio

Asset bundler for C
138cc5ed — Seth Hall 4 years ago
Fix an issue with hash collisions returning incorrect values.
hashtable: fix ko_hashtable_set when appending to a bucket
ad89ac71 — Seth Hall 6 years ago
Support zero length files

clone

read-only
https://git.sr.ht/~sircmpwn/koio
read/write
git@git.sr.ht:~sircmpwn/koio

You can also use your local clone with git send-email.

                                      koio

koio is a tool & library for embedding files into C programs.

koio.1.scd is the koio man page, see it for usage details. Also be sure to read
through include/koio.h.

DEPENDENCIES

- C99 compiler
- POSIX 2008 environment
- scdoc (optional): https://git.sr.ht/~sircmpwn/scdoc

COMPILE

$ meson [--prefix=/usr] . build
$ ninja -C build

INSTALL

$ [DESTDIR=example/] ninja -C build install

SUPPORT

Send questions and patches to Drew DeVault <sir@cmpwn.com>
Do not follow this link