diff options
Diffstat (limited to 'vcpkg/ports/yato/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/yato/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/yato/vcpkg.json b/vcpkg/ports/yato/vcpkg.json new file mode 100644 index 0000000..d854276 --- /dev/null +++ b/vcpkg/ports/yato/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "yato", + "version-date": "2022-03-06", + "description": "Modern C++14 containers and utilities, actors system, typesafe config", + "license": "Apache-2.0", + "supports": "!(windows & arm)", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |