mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:09:19 +08:00
45daa84436
The libraries test suite optionally tests compatibility against boost types which is completely unnecessary in our case.
23 lines
532 B
JSON
23 lines
532 B
JSON
{
|
|
"name": "status-code",
|
|
"version-date": "2023-01-27",
|
|
"port-version": 1,
|
|
"maintainers": [
|
|
"Niall Douglas <s_github@nedprod.com>",
|
|
"Henrik Gaßmann <henrik@gassmann.onl>"
|
|
],
|
|
"description": "Proposed SG14 status_code for the C++ standard (https://wg21.link/P1028).",
|
|
"homepage": "https://github.com/ned14/status-code",
|
|
"license": "Apache-2.0 OR BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|