Skip to content

Commit 4f7db4b

Browse files
committed
CLI
1 parent ba33416 commit 4f7db4b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
88
- [Asynchronous Event Loop](#asynchronous-event-loop)
99
- [Audio](#audio)
1010
- [Biology](#biology)
11+
- [CLI](#cli)
1112
- [Compression](#compression)
1213
- [Concurrency](#concurrency)
1314
- [Containers](#containers)
1415
- [Cryptography](#cryptography)
15-
- [CUI](#cui)
1616
- [Database](#database)
1717
- [Debug](#debug)
1818
- [Game Engine](#game-engine)
@@ -123,7 +123,14 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
123123
* [libsequence](http://molpopgen.github.io/libsequence/) - A C++ library for representing and analyzing population genetics data. [GPL]
124124
* [SeqAn](http://www.seqan.de/) - Algorithms and data structures for the analysis of sequences with the focus on biological data. [BSD/3-clause]
125125
* [Vcflib](https://github.com/ekg/vcflib) - A C++ library for parsing and manipulating VCF files. [MIT]
126-
* [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files.
126+
* [Wham](https://github.com/jewmanchue/wham) - Structural variants (SVs) in Genomes by directly applying association tests to BAM files. [MIT]
127+
128+
## CLI
129+
*Console/Terminal User Interface, Command Line Interface*
130+
131+
* [Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost]
132+
* [gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD]
133+
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
127134

128135
## Compression
129136
*Compression and Archiving Libraries*
@@ -181,13 +188,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
181188
* [retter](https://github.com/MaciejCzyzewski/retter) - A collection of hash functions, ciphers, tools, libraries, and materials related to cryptography.
182189
* [Tiny AES128 in C](https://github.com/kokke/tiny-AES128-C) - A small and portable implementation of the AES128 ECB encryption algorithm implemented in C. [PublicDomain]
183190

184-
## CUI
185-
*Console User Interface, Command Line Interface, CLI*
186-
187-
* [Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost]
188-
* [gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD]
189-
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
190-
191191
## Database
192192
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*
193193

0 commit comments

Comments
 (0)