From 21d47beb90f177e3a87cee21cb21a33a22e3f6d9 Mon Sep 17 00:00:00 2001 From: Henry Fredrick Schreiner Date: Wed, 4 Apr 2018 08:33:09 +0200 Subject: [PATCH] Fix missing link and add single file libs --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2c2cf0a..7a8862b3 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ After I wrote this, I also found the following libraries: | [Argh!] | Very minimalistic C++11 parser, single header. Don't have many features. No help generation?!?! At least it's exception-free.| | [CLI] | Custom language and parser. Huge build-system overkill for very little benefit. Last release in 2009, but still occasionally active. | -See [Awesome C++] for a less-biased list of parsers. +See [Awesome C++] for a less-biased list of parsers. You can also find other single file libraries at [Single file libs].


@@ -434,5 +434,7 @@ CLI11 was developed at the [University of Cincinnati] to support of the [GooFit] [wandbox-link]: https://wandbox.org/permlink/g7tRkuU8xY3aTIVP [releases-badge]: https://img.shields.io/github/release/CLIUtils/CLI11.svg [cli11-po-compare]: https://iscinumpy.gitlab.io/post/comparing-cli11-and-boostpo/ -[DIANA slides]: https://indico.cern.ch/event/619465/contributions/2507949/attachments/1448567/2232649/20170424-diana-2.pdf -[Awesome C++]: https://github.com/fffaraz/awesome-cpp/blob/master/README.md#cli +[DIANA slides]: https://indico.cern.ch/event/619465/contributions/2507949/attachments/1448567/2232649/20170424-diana-2.pdf +[Awesome C++]: https://github.com/fffaraz/awesome-cpp/blob/master/README.md#cli +[CLI]: https://codesynthesis.com/projects/cli/ +[Single file libs]: https://github.com/nothings/single_file_libs/blob/master/README.md