Hacker News new | ask | show | jobs
by dannypgh 4118 days ago
Browsing C++ and coming up mostly with nodejs libraries. http://libraries.io/search?languages=C%2B%2B&order=desc&sort...
2 comments

Currently I'm only pulling data from package managers like rubygems and npm, I couldn't find a C++ one yet, although https://www.biicode.com/ looks handy for that, I'll investigate.
C and C++ is usually packaged with the OS's package manager, like dpkg, rpm, pacman, etc.

The closest thing to rubygems might be Portage (1) or AUR (2). You might be able to search each of those for "c++". Or maybe peek into the constituent files for '.c' or '.cpp', '.cxx', etc.

1) http://en.wikipedia.org/wiki/Portage_%28software%29

2) https://wiki.archlinux.org/index.php/Arch_User_Repository

include [0] lists reusable Qt libraries.

[0] http://inqlude.org

You should check biicode (C++ deps manager) which will be compatible with VersionEye soon allowing you to know about updates in the libs you depend.

https://www.biicode.com