C implementation of amin www.projectamin.org , intending to follow current Perl OO / inheritance patterns as much as possible.
Requires EFL 1.20+ , libuv, libxml2, uriparser.
-
git clone https://github/com/swishy/camin.git
-
cd camin
-
mkdir build
-
cd build
-
cmake ..
-
make && sudo make install