root/trunk/libarchive-d/libarchive/all.d

Revision 246, 195 bytes (checked in by Anders, 4 years ago)

Add sqlite3 and libarchive bindings written by me. They are both hand-made, so typos may have went in but I think these should be of OK quality.

Line 
1 //
2 // libarchive modules for D
3 // Written by Anders Bergh <anders1@gmail.com>
4 // Released into the public domain
5 //
6
7 module libarchive.all;
8 public import libarchive.libarchive, libarchive.entry;
Note: See TracBrowser for help on using the browser.