mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Vendor the optional-lite library.
This commit is contained in:
parent
0609b6cdad
commit
758a0aa59b
10
vendor/README.md
vendored
10
vendor/README.md
vendored
@ -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
1698
vendor/optional-lite/optional.hpp
vendored
Normal file
File diff suppressed because it is too large
Load Diff
8
vendor/update.toml
vendored
8
vendor/update.toml
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user