libarxx is a C++ implementation for accessing ARX archives. ARX archives are compressed and structured collections of data items with advanced features like data synchronization, references for external data items, and merging multiple archives.
| Tags | Archiving Compression |
|---|---|
| Licenses | GPLv2 |
| Operating Systems | POSIX Linux |
| Implementation | C++ |
Recent releases


Release Notes: This release adds a helper function to get items of a specified name from a relation.


Release Notes: This release improves usability for game developers: a way of retrieving data items by path information has been added.


Release Notes: The test suite now contains more testing for things like reading from HTTP servers. A few minor fixes were necessary to make the library 64-bit workable. Minor enhancements were made to the usability of this library.


Release Notes: Minor fixes were made in the compilation process. A minor fix was made in the text process.


Release Notes: This release adds asynchronous fetcher support. The library now has bzlib2 support. More input and output operators are defined for BufferReader and BufferWriter.