blob: ddfec172556eee28f99694d82e44e1e035139c20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Pack
====
Pack is a simple serialisation and deserialisation library for C.
Dependencies
------------
- A apenwarr redo compatible redo implementation
- A relatively recent copy of bash
- A c compiler with C11 support
Compilation
-----------
Run `./configure` (see `./configure -h` for additional options).
Run `redo all` to build the code and tests.
Testing
-------
Run `./test` to run all the tests.
Development
-----------
Please configure with `-w` and ensure code compiles cleanly. Although compiler
versions can enable different warnings.
Contributing
------------
To contribute, please send a patch to me at <tk+pack-patches@the-tk.com>.
|