# HG changeset patch # User David Demelier # Date 1485348204 -3600 # Node ID 3006d8e96ba83e77eaccc69d0aa62337fd648d76 # Parent 7b671bd1ff430cf07436b2ee5ef51888fbdfc515 Misc: update CREDITS.md diff -r 7b671bd1ff43 -r 3006d8e96ba8 CREDITS.md --- 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++.