chppL is the C/C++ package manager for header only, single file library like Python pip or Ruby gems.
This enables easy registration / installation of C ++ header-only libraries.
Please install with the following command.
$ cd
$ git clone https://github.com/nocotan/chppl-tool
$ cd chppl-tool/chppl-tool/src
$ make
$ echo "export PATH=$PATH:~/chppl-tool/chppl-tool/bin" >> ~/.bashrc
How to use each command.
$ chppl help
$ chppl search <package name>
$ chppl install <package name>
$ chppl download <package name>
By specifying /libs in the chppL installation directory, you can easily link C ++ libraries.
$ g++ -I$HOME/.chppl/libs test.cpp
$ sudo apt-get install subversion subversion-tools postgresql postgresql-server-dev-9.3