mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
1ef1ed0d82
* [type-safe] New port. [debug-assert] Added as it is a dependency. * [type-safe] Formatting fix. * [debug-assert] Add homepage to vcpkg.json Co-authored-by: Blaž Kranjc <bkranjc@cosylab.lan>
7 lines
177 B
JSON
7 lines
177 B
JSON
{
|
|
"name": "debug-assert",
|
|
"version-string": "1.3.3",
|
|
"description": "Provides flexible DEBUG_ASSERT() macro.",
|
|
"homepage": "https://github.com/foonathan/debug_assert"
|
|
}
|