First commit of an atom format library
authorThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 7 Aug 2008 21:56:54 +0000 (18:56 -0300)
committerThadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
Thu, 7 Aug 2008 21:56:54 +0000 (18:56 -0300)
commita15b371c676ec095340609a775e40d33fc4c85d6
tree2c806ae41a45c9a615b904a4a98a14bf49b701cb
First commit of an atom format library

Autoconf and automake support, with license file. The interface is just
to create and delete an entry. It is not even published in a header. The
implementation uses libxml2. However, the interface should not expose
this and allow the implementation to change.
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
configure.ac [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/atom.c [new file with mode: 0644]