Pack ==== Pack is a simple serialisation and deserialisation library for C. Dependencies ------------ Pack has no runtime dependencies. The following is a list of build dependencies: - An implementation of redo - Tested building and development. Slightly overzealous rebuilds. Performance issues with jobserver. - Tested building and development. Bugs with jobserver. - Tested for building. May have some bugs when used for development. - Tested for building. Overzealous rebuilds but generally very fast. - A C11 compiler with GCC style parameters (clang works) - POSIX cat, find, rm, sed, sh and tr - xargs with support for the `-r` gnu extension - bash 4.4 or newer (parameter expansion transformations) Compilation ----------- Optionally run `./configure` (see `./configure -h` for options). Some build hosts require calling `./configure` with `-B-lm` to pass `-lm` to the linker for certain math.h functions. Run `redo all` to build the library and tests. Testing ------- Run `./test` to run all the tests. Installation ------------ Not implemented yet. Development ----------- Please configure with `-w` and ensure code compiles cleanly. Be aware that different compiler versions can enable different warnings. If in doubt, ask. Contributing ------------ To contribute, please send a patch to me at . Bugs ---- * pack assumes a two's complement implementation of C * pack cannot build on OSX without installing a newer bash and a fixed xargs