vcpkg/ports/debug-assert/vcpkg.json
Blaž Kranjc 1ef1ed0d82
[type-safe] New port. (#15468)
* [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>
2021-01-08 12:01:00 -08:00

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"
}