view CREDITS.md @ 466:8ea7330101e6

Misc: postpone native plugins for 3.0.0
author David Demelier <markand@malikania.fr>
date Wed, 23 Aug 2017 07:40:17 +0200
parents 3006d8e96ba8
children 64cb98dd8e9d
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.

- Google Test, https://github.com/google/googletest
  A nice and easy C++ test framework.

- Pandoc, http://pandoc.org
  Powerful document converter.

- Niels Lohmann JSON library, https://github.com/nlohmann/json
  The best C++ JSON library.

- fmtlib, http://fmtlib.net/latest/index.html
  Convenient formatting library for C++.