changeset 411:3006d8e96ba8

Misc: update CREDITS.md
author David Demelier <markand@malikania.fr>
date Wed, 25 Jan 2017 13:43:24 +0100
parents 7b671bd1ff43
children 224e5cc2d243
files CREDITS.md
diffstat 1 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/CREDITS.md	Wed Jan 25 13:40:10 2017 +0100
+++ b/CREDITS.md	Wed Jan 25 13:43:24 2017 +0100
@@ -16,8 +16,14 @@
 - CMake, http://cmake.org
   The best build system ever.
 
-- Jansson, http://www.digip.org/jansson/
-  Easy, convenient JSON library in C.
-
 - Google Test, https://github.com/google/googletest
   A nice and easy C++ test framework.
+
+- Pandoc, http://pandoc.org
+  Powerful document converter.
+
+- Niels Lohmann JSON library, https://github.com/nlohmann/json
+  The best C++ JSON library.
+
+- fmtlib, http://fmtlib.net/latest/index.html
+  Convenient formatting library for C++.