Commit 21d47beb90f177e3a87cee21cb21a33a22e3f6d9

Authored by Henry Fredrick Schreiner
Committed by Henry Schreiner
1 parent 7a7064df

Fix missing link and add single file libs

Showing 1 changed file with 5 additions and 3 deletions
README.md
... ... @@ -63,7 +63,7 @@ After I wrote this, I also found the following libraries:
63 63 | [Argh!] | Very minimalistic C++11 parser, single header. Don't have many features. No help generation?!?! At least it's exception-free.|
64 64 | [CLI] | Custom language and parser. Huge build-system overkill for very little benefit. Last release in 2009, but still occasionally active. |
65 65  
66   -See [Awesome C++] for a less-biased list of parsers.
  66 +See [Awesome C++] for a less-biased list of parsers. You can also find other single file libraries at [Single file libs].
67 67  
68 68 </p></details>
69 69 <br/>
... ... @@ -434,5 +434,7 @@ CLI11 was developed at the [University of Cincinnati] to support of the [GooFit]
434 434 [wandbox-link]: https://wandbox.org/permlink/g7tRkuU8xY3aTIVP
435 435 [releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg
436 436 [cli11-po-compare]: https://iscinumpy.gitlab.io/post/comparing-cli11-and-boostpo/
437   -[DIANA slides]: https://indico.cern.ch/event/619465/contributions/2507949/attachments/1448567/2232649/20170424-diana-2.pdf
438   -[Awesome C++]: https://github.com/fffaraz/awesome-cpp/blob/master/README.md#cli
  437 +[DIANA slides]: https://indico.cern.ch/event/619465/contributions/2507949/attachments/1448567/2232649/20170424-diana-2.pdf
  438 +[Awesome C++]: https://github.com/fffaraz/awesome-cpp/blob/master/README.md#cli
  439 +[CLI]: https://codesynthesis.com/projects/cli/
  440 +[Single file libs]: https://github.com/nothings/single_file_libs/blob/master/README.md
... ...