mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-02 22:35:31 +08:00
7e3c65d4a3
* Update optional-lite to 3.5.0 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
392 B
JSON
17 lines
392 B
JSON
{
|
|
"name": "optional-lite",
|
|
"version": "3.5.0",
|
|
"description": "A C++17-like optional, a nullable object for C++98, C++11 and later in a single-file header-only library",
|
|
"homepage": "https://github.com/martinmoene/optional-lite",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|