aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 293a1c7d6e3d3a4e6d9746fd8c736f921e490d66 (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
34
35
36
37
38
Pack
====

Pack is a simple serialisation and deserialisation library for C.

Dependencies
------------

- A redo implementation (Tested with apenwarr and jdebp)
- 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 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 <tk+pack-patches@the-tk.com>.