comparison CREDITS.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children d7d0e239fb0e
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 IRC Client Daemon CREDITS
2 =========================
3
4 Libraries and projects
5 ----------------------
6
7 - libircclient, http://www.ulduzsoft.com/linux/libircclient
8 Very powerful and great C IRC library.
9
10 - OpenSSL, http://openssl.org
11 Free, open-source famous crypto library.
12
13 - Duktape, http://duktape.org
14 Absolutely awesome JavaScript engine written in C by a super nice author.
15
16 - CMake, http://cmake.org
17 The best build system ever.
18
19 - Jansson, http://www.digip.org/jansson/
20 Easy, convenient JSON library in C.
21
22 - Google Test, https://github.com/google/googletest
23 A nice and easy C++ test framework.