Merge pull request #402 from nabijaczleweli/master

Add TCLAP to CLI library list
This commit is contained in:
Faraz Fallahi
2017-11-19 00:44:37 -06:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@@ -157,6 +157,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD] * [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT] * [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
* [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain] * [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
* [TCLAP](http://tclap.sourceforge.net) - A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. [MIT]
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD] * [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]
## Compression ## Compression

View File

@@ -88,8 +88,6 @@ https://github.com/Yelp/MOE
https://github.com/ideawu/ssdb https://github.com/ideawu/ssdb
https://github.com/cms-sw/cmssw https://github.com/cms-sw/cmssw
http://tclap.sourceforge.net/
http://sourceforge.net/projects/libcrn/ http://sourceforge.net/projects/libcrn/
http://glm.g-truc.net/ http://glm.g-truc.net/