view CREDITS.md @ 39:b3e0050463bf

Docs: remove irccd-web related stuff
author David Demelier <markand@malikania.fr>
date Tue, 23 Feb 2016 15:38:00 +0100
parents 1158cffe5a5e
children d7d0e239fb0e
line wrap: on
line source

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.