comparison CREDITS.md @ 411:3006d8e96ba8

Misc: update CREDITS.md
author David Demelier <markand@malikania.fr>
date Wed, 25 Jan 2017 13:43:24 +0100
parents d7d0e239fb0e
children 64cb98dd8e9d
comparison
equal deleted inserted replaced
410:7b671bd1ff43 411:3006d8e96ba8
14 Absolutely awesome JavaScript engine written in C by a super nice author. 14 Absolutely awesome JavaScript engine written in C by a super nice author.
15 15
16 - CMake, http://cmake.org 16 - CMake, http://cmake.org
17 The best build system ever. 17 The best build system ever.
18 18
19 - Jansson, http://www.digip.org/jansson/
20 Easy, convenient JSON library in C.
21
22 - Google Test, https://github.com/google/googletest 19 - Google Test, https://github.com/google/googletest
23 A nice and easy C++ test framework. 20 A nice and easy C++ test framework.
21
22 - Pandoc, http://pandoc.org
23 Powerful document converter.
24
25 - Niels Lohmann JSON library, https://github.com/nlohmann/json
26 The best C++ JSON library.
27
28 - fmtlib, http://fmtlib.net/latest/index.html
29 Convenient formatting library for C++.