Skip to content

projectamin/camin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

camin

CAmin is a C++ implementation of the Amin spec, intends to follow the current Perl design and implementation patterns as much as possible to allow machine and filter knowledge to be transferable.

Requires:

  • libxml++
  • libuv
  • uriparser

Build:

mkdir build && cd build && cmake ../ && make

OSX:

Due to libffi being Cellar only via homebrew you need to add the pkg_config path explictly before running cmake.

export PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig

About

C implementation of amin www.projectamin.org , intending to follow current Perl OO / inheritance patterns as much as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published