diff options
Diffstat (limited to 'vendor/update.toml')
-rw-r--r-- | vendor/update.toml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/vendor/update.toml b/vendor/update.toml new file mode 100644 index 000000000..f324441b7 --- /dev/null +++ b/vendor/update.toml @@ -0,0 +1,36 @@ +[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" + +[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 = 1 +files = "source/{**/*,*}.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" |