From adc6645bad3f1c7d48595191c735f8c538c948af Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Tue, 6 Dec 2016 21:10:36 +0300 Subject: [PATCH] Add C++ Archive Network. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 456e12f..87f17a7 100644 --- a/README.md +++ b/README.md @@ -653,6 +653,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Bear](https://github.com/rizsotto/Bear) - A tool to generate compilation database for clang tooling. * [Biicode](https://www.biicode.com/) - Simple, file-based dependency manager. * [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD] +* [C++ Archive Network](https://cppan.org/) - Cross-platform C++ Dependency Manager with a lot of packages available. * [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git. * [FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution. * [MesonBuild](http://mesonbuild.com) - An open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.