view CREDITS.md @ 927:45110aed06f0 release-3.1

misc: added tag 3.1.1 for changeset c0408dc4a74a
author David Demelier <markand@malikania.fr>
date Mon, 04 Jan 2021 10:29:39 +0100
parents f5ccf65ae929
children a29cd04e3878
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 used until version 3.0.0, has been a
  source of inspiration.

- 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.

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

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

- Boost, http://boost.org
  Powerful and portable libraries.

- uriparser, https://uriparser.github.io
  Simple URI parser.