diff options
Diffstat (limited to 'vcpkg/ports/yaml-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/yaml-cpp/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/yaml-cpp/vcpkg.json b/vcpkg/ports/yaml-cpp/vcpkg.json new file mode 100644 index 0000000..2a2d4d7 --- /dev/null +++ b/vcpkg/ports/yaml-cpp/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "yaml-cpp", + "version-semver": "0.8.0", + "port-version": 3, + "description": "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.", + "homepage": "https://github.com/jbeder/yaml-cpp", + "documentation": "https://codedocs.xyz/jbeder/yaml-cpp/index.html", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |