Build Python bindings with debugging enabled when doing a debug build
[libjio.git] / README
blobf560f08230bb769e1d531dd1e5051c73d5f65502
2 libjio - A library for Journaled I/O
3 ------------------------------------
5 libjio is a simple userspace library to do journaled, transaction-oriented
6 I/O.
8 It provides a transaction API to commit and rollback transactions, and on top
9 of that a unix-alike set of functions to perform most regular operations (ie.
10 open, read, write, etc.).
12 The library guarantees file integrity even after unexpected crashes, never
13 leaving your files in an inconsistent state.
15 You can find more detailed documents, including the programmer's guide, in the
16 doc/ directory, and the manpage in the libjio/ directory.
19 To see how to install it, please read the INSTALL file.
21 It is in the public domain, see the LICENSE file for more details.
23 Comments and patches are always welcome; please send them to
24 albertito@blitiri.com.ar.