README for Paludis
==================
Paludis is a multi-format package manager. It can currently be used on Gentoo
and derivatives, using the ebuild and VDB repository formats, and on Exherbo
using the exheres repository format.
The various Paludis clients have man pages. You should read these. More
documentation is available at:
http://paludis.exherbo.org/
.. vim: set spell spelllang=en tw=80 : ..
---
# Exheredludis
Standlone fork of the true mindfuck of a package mangler
### How to build
```sh
# Devuan-chimaera
apt-get install cmake libmagic-dev libpcre3-dev libgtest-dev
cmake .
make
```