view CREDITS.md @ 65:02bb385da6e3 release-2.0 2.0.1

Misc: update before 2.0.1 release
author David Demelier <markand@malikania.fr>
date Sun, 13 Mar 2016 22:31:48 +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.