diff CREDITS.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children d7d0e239fb0e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CREDITS.md	Mon Feb 08 16:43:14 2016 +0100
@@ -0,0 +1,23 @@
+IRC Client Daemon CREDITS
+=========================
+
+Libraries and projects
+----------------------
+
+- libircclient, http://www.ulduzsoft.com/linux/libircclient
+  Very powerful and great C IRC library.
+
+- OpenSSL, http://openssl.org
+  Free, open-source famous crypto library.
+
+- Duktape, http://duktape.org
+  Absolutely awesome JavaScript engine written in C by a super nice author.
+
+- 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.
\ No newline at end of file