diff options
Diffstat (limited to 'vcpkg/ports/stronk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/stronk/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/stronk/vcpkg.json b/vcpkg/ports/stronk/vcpkg.json new file mode 100644 index 0000000..5d436d9 --- /dev/null +++ b/vcpkg/ports/stronk/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "stronk", + "version-semver": "0.13.3", + "description": "An easy to customize, strong type library with built in support for unit-like behavior", + "homepage": "https://github.com/twig-energy/stronk", + "license": "MIT", + "dependencies": [ + { + "name": "boost-type-index", + "version>=": "1.80.0" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |