Skip to content

package-managers.org: Update Hunter #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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