diff options
Diffstat (limited to 'ports/cmark')
| -rw-r--r-- | ports/cmark/CONTROL | 3 | ||||
| -rw-r--r-- | ports/cmark/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/cmark/CONTROL b/ports/cmark/CONTROL deleted file mode 100644 index 8528ca579..000000000 --- a/ports/cmark/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: cmark
-Version: 0.29.0 -Description: CommonMark parsing and rendering library
diff --git a/ports/cmark/vcpkg.json b/ports/cmark/vcpkg.json new file mode 100644 index 000000000..8ada6339c --- /dev/null +++ b/ports/cmark/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "cmark", + "version-string": "0.29.0", + "port-version": 1, + "description": "CommonMark parsing and rendering library" +} |
