inspircd/vendor/update.toml
Sadie Powell f0d817cf39 Remove rang and use fmtlib for printing coloured messages.
This supports more platforms (e.g. Haiku) and is actually still
maintained unlike the former.

All of this code should really be cleaned up for release (maybe by
adding something like Anope's LOG_CONSOLE) but for now I've just
replaced it with the fmtlib equivalent.
2023-07-12 02:29:04 +01:00

57 lines
1.6 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/"
[fmt]
author = "Victor Zverovich and fmt contributors"
depth = 2
files = "{include/fmt/*.h,LICENSE.rst,src/format.cc}"
git = "https://github.com/fmtlib/fmt/"
license = "MIT License"
[http_parser]
author = "Joyent, Inc. and other Node contributors"
files = "{http_parser.[ch],LICENSE-MIT}"
git = "https://git.in-ulm.de/cbiedl/http-parser"
license = "MIT License"
patches = "debian/patches/*.patch"
[lyra]
author = "Build Frameworks Group"
depth = 3
files = "{data/single_include/lyra/lyra.hpp,LICENSE.txt}"
git = "https://github.com/bfgroup/Lyra"
branch = "release"
license = "Boost Software License"
[md5]
author = "Solar Designer"
depth = 1
email = "solar@openwall.com"
files = "{LICENSE,md5/md5.[ch]}"
license = "Cut-down BSD License"
tarball = "https://www.openwall.com/blists/blists-2.0.tar.gz"
version = "v2.0"
website = "https://openwall.info/wiki/people/solar/software/public-domain-source-code/md5"
[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 = "{LICENSE,source/utf8/{core,unchecked}.h}"
git = "https://github.com/nemtrif/utfcpp"
license = "Boost Software License"