diff options
Diffstat (limited to 'vcpkg/ports/cmark/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cmark/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/cmark/vcpkg.json b/vcpkg/ports/cmark/vcpkg.json new file mode 100644 index 0000000..922e55f --- /dev/null +++ b/vcpkg/ports/cmark/vcpkg.json @@ -0,0 +1,23 @@ +{ + "name": "cmark", + "version-semver": "0.31.1", + "description": "CommonMark parsing and rendering library", + "homepage": "https://github.com/commonmark/cmark", + "license": "BSD-2-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools", + "supports": "!uwp" + } + } +} |