cppan / tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Packages at C++ Archive Network

egorpugin opened this issue · comments

Hi guys,

You did requests to vcpkg about some packages to add.
Some of them available at C++ Archive Network (CPPAN) https://cppan.org/.

@nurse @sdcb @corporateshark @andrewmcwatters @traversaro @madduci

CPPAN manages packages' dependencies, versions, different OSs (it's
crossplatform from very beginning), handles crossplatform builds very
easy (build will inherit your current project settings and
autocrossplaform all deps). All builds are cached too - you build your
dependency only once. Static/shared mt/md 32/64 deb/rel/... different
toolchains (vc11, vc12,vc14, clangX.X, gcc-X) are handled and
supported out of the box (with help of CMake).
It also stores sources on its site, so they shouldn't be lost.
And more to come.

Feel free to register there and add your own projects, share with friends.

+1 for the cross platform capabilities