]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - vendor/update.toml
Vendor the optional-lite library.
[user/henk/code/inspircd.git] / vendor / update.toml
1 [bcrypt]
2 author  = "Solar Designer"
3 email   = "solar@openwall.com"
4 files   = "crypt_blowfish.[ch]"
5 license = "Public Domain"
6 tarball = "https://www.openwall.com/crypt/crypt_blowfish-1.3.tar.gz"
7 version = "v1.3"
8 website = "https://www.openwall.com/crypt/"
9
10 [http_parser]
11 author  = "Joyent, Inc. and other Node contributors"
12 files   = "http_parser.[ch]"
13 git     = "https://github.com/nodejs/http-parser"
14 license = "MIT License"
15
16 [optional-lite]
17 author  = "Martin Moene"
18 depth   = 2
19 email   = "martin.moene@gmail.com"
20 files   = "include/nonstd/optional.hpp"
21 git     = "https://github.com/martinmoene/optional-lite"
22 license = "Boost Software License"
23
24 [sha2]
25 author  = "Olivier Gay"
26 email   = "olivier.gay@a3.epfl.ch"
27 files   = "sha2.[ch]"
28 license = "3-clause BSD License"
29 tarball = "http://www.ouah.org/ogay/sha2/sha2.tar.gz"
30 version = "2007-02-02"
31 website = "http://www.ouah.org/ogay/sha2/"
32
33 [utfcpp]
34 author  = "Nemanja Trifunovic"
35 depth   = 1
36 files   = "source/{**/*,*}.h"
37 git     = "https://github.com/nemtrif/utfcpp"
38 license = "Boost Software License"
39
40 [ya_getopt]
41 author  = "Kubo Takehiro"
42 files   = "ya_getopt.[ch]"
43 git     = "https://github.com/kubo/ya_getopt"
44 license = "2-clause BSD License"