summaryrefslogtreecommitdiff
path: root/README.md
blob: 2a12b73543677888924aba6927760a856281447e (plain)
1
2
3
4
5
6
7
8
9
# RDAR

RDAR stands for Reduced Disk Archive Format and serves to be a minimal bundle format (similar to tar) with CRC32 checksumming
for various applications including: operating system initial ramdisks, file sharing / archival, package management, etc.
RDAR does not intend to replace existing formats and instead aims to provide a potential alternative to them for minimalists.

## Building

Simply run ``make`` and that's it !!