Skip to content

Commit ee675c9

Browse files
authored
Merge pull request fffaraz#989 from egorpugin/patch-1
Replace outdated CPPAN package manager with SW package manager
2 parents eab7cab + 07244ba commit ee675c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
10031003
* [Buck](https://github.com/facebook/buck) - A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages including C++ developed and used at Facebook. Written in Java. [Apache]
10041004
* [clib](https://github.com/clibs/clib) - Package manager for the C programming language. [MIT]
10051005
* [CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
1006-
* [C++ Archive Network](https://cppan.org/) - Cross-platform C++ Dependency Manager with a lot of packages available.
10071006
* [Cget](https://github.com/pfultz2/cget) - Cmake package retrieval. [Boost] [website](http://cget.readthedocs.io)
10081007
* [Conan](https://conan.io/) - C/C++ Package Manager, open sourced. [MIT]
10091008
* [CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
@@ -1014,6 +1013,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
10141013
* [Scons](http://www.scons.org/) - A software construction tool configured with a Python script.
10151014
* [Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
10161015
* [Spack](https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. [Apache-2.0/MIT]
1016+
* [SW](https://software-network.org/) - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. [GPLv3]
10171017
* [tundra](https://github.com/deplinenoise/tundra) - High-performance code build system designed to give the best possible incremental build times even for very large software projects.
10181018
* [tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files.
10191019
* [Premake](http://premake.github.io) - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux.

0 commit comments

Comments
 (0)