Vendor the optional-lite library.

This commit is contained in:
Sadie Powell 2020-04-05 11:56:45 +01:00
parent 0609b6cdad
commit 758a0aa59b
3 changed files with 1716 additions and 0 deletions

10
vendor/README.md vendored
View File

@ -22,6 +22,16 @@ This directory contains vendored dependencies that are shipped with InspIRCd to
**Website** — [https://github.com/nodejs/http-parser](https://github.com/nodejs/http-parser)
## optional-lite
**Author** — [Martin Moene](mailto:martin.moene@gmail.com)
**License** — Boost Software License
**Version** — v3.2.0
**Website** — [https://github.com/martinmoene/optional-lite](https://github.com/martinmoene/optional-lite)
## sha2
**Author** — [Olivier Gay](mailto:olivier.gay@a3.epfl.ch)

1698
vendor/optional-lite/optional.hpp vendored Normal file

File diff suppressed because it is too large Load Diff

8
vendor/update.toml vendored
View File

@ -13,6 +13,14 @@ files = "http_parser.[ch]"
git = "https://github.com/nodejs/http-parser"
license = "MIT License"
[optional-lite]
author = "Martin Moene"
depth = 2
email = "martin.moene@gmail.com"
files = "include/nonstd/optional.hpp"
git = "https://github.com/martinmoene/optional-lite"
license = "Boost Software License"
[sha2]
author = "Olivier Gay"
email = "olivier.gay@a3.epfl.ch"