yuzu/externals/vcpkg/ports/optional-lite/vcpkg.json

18 lines
413 B
JSON
Raw Normal View History

2022-07-23 05:01:36 +04:00
{
"name": "optional-lite",
"version": "3.5.0",
"port-version": 1,
"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
}
]
}