Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package-managers.org
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,16 @@
+ CMake Support: YES
+ Repository: https://github.com/pfultz2/cget

+ [[https://github.com/ruslo/hunter][Hunter]] - Cross-platform package manager for C/C++ fully integrated
+ [[https://github.com/cpp-pm/hunter][Hunter]] - Cross-platform package manager for C/C++ fully integrated
to CMake, it does not need any external configuration file or run
any application before editing the project or running cmake from
command line. All the libraries to be installed are set in the
file CMakeFiles.txt. If they are not available in the system, they
are automatically downloaded and installed.
+ Creator: Ruslan Baratov
+ CMake Support: YES
+ Documentation: https://docs.hunter.sh
+ Package list: https://docs.hunter.sh/en/latest/packages.html
+ Documentation: https://hunter.readthedocs.io/
+ Package list: https://hunter.readthedocs.io/en/latest/packages.html
+ Note: It is still under development, but it seems promising.

+ [[https://cppan.org/][Cppan]] - "CPPPAN is the crossplatform C/C++ dependency manager. It
Expand Down