view CREDITS.md @ 346:a6c3d73d9641

Irccd: unify commands
author David Demelier <markand@malikania.fr>
date Sun, 13 Nov 2016 10:00:20 +0100
parents d7d0e239fb0e
children 3006d8e96ba8
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.