bun - bundle many files together
================================

**bun** is a program to combine many files, directories, etc. into a
single file, rather like **tar** or **zip**.  Performance is
`comparable`_ with these programs, and **bun** offers features such as
sub-second timestamps, an extendable file format, and a simple command
line interface.

.. _comparable: /software/download/bun/bun-performance.html

Releases
--------

The latest release is ``bun-0.1b2``.

* source code, gzipped tar: `bun-0.1b2.tar.gz`_
* source code, bun file: `bun-0.1b2.bun`_
* i386 RPM: `bun-0.1b2-1.i386.rpm`_
* source RPM: `bun-0.1b2-1.src.rpm`_

.. _bun-0.1b2.tar.gz: /software/download/bun/bun-0.1b2.tar.gz
.. _bun-0.1b2.bun: /software/download/bun/bun-0.1b2.bun
.. _bun-0.1b2-1.i386.rpm: /software/download/bun/bun-0.1b2-1.i386.rpm
.. _bun-0.1b2-1.src.rpm: /software/download/bun/bun-0.1b2-1.src.rpm

Documentation
-------------

The following documentation is available; it is also distributed with
the **bun** package:

* the `bun program`_;

* the `bun file format`_.

.. _bun program: /software/download/bun/bun.1.html
.. _bun file format: /software/download/bun/bun.5.html

