inspircd/vendor/update.toml
Sadie Powell ec46f6acda Replace consolecolors with a vendored library.
This library supports much more than consolecolors including the
Windows 8 console API.
2022-01-26 15:34:17 +00:00

44 lines
1.1 KiB
TOML

[bcrypt]
author = "Solar Designer"
email = "solar@openwall.com"
files = "crypt_blowfish.[ch]"
license = "Public Domain"
tarball = "https://www.openwall.com/crypt/crypt_blowfish-1.3.tar.gz"
version = "v1.3"
website = "https://www.openwall.com/crypt/"
[http_parser]
author = "Joyent, Inc. and other Node contributors"
files = "http_parser.[ch]"
git = "https://github.com/nodejs/http-parser"
license = "MIT License"
[rang]
author = "Abhinav Gauniyal"
depth = 1
files = "include/rang.hpp"
git = "https://github.com/agauniyal/rang/"
license = "Unlicense"
[sha2]
author = "Olivier Gay"
email = "olivier.gay@a3.epfl.ch"
files = "sha2.[ch]"
license = "3-clause BSD License"
tarball = "http://www.ouah.org/ogay/sha2/sha2.tar.gz"
version = "2007-02-02"
website = "http://www.ouah.org/ogay/sha2/"
[utfcpp]
author = "Nemanja Trifunovic"
depth = 2
files = "source/utf8/{core,unchecked}.h"
git = "https://github.com/nemtrif/utfcpp"
license = "Boost Software License"
[ya_getopt]
author = "Kubo Takehiro"
files = "ya_getopt.[ch]"
git = "https://github.com/kubo/ya_getopt"
license = "2-clause BSD License"