diff options
Diffstat (limited to 'vcpkg/ports/tiny-regex-c/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tiny-regex-c/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/tiny-regex-c/vcpkg.json b/vcpkg/ports/tiny-regex-c/vcpkg.json new file mode 100644 index 0000000..202002f --- /dev/null +++ b/vcpkg/ports/tiny-regex-c/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "tiny-regex-c", + "version-date": "2019-07-31", + "port-version": 3, + "description": "A small regex implementation in C", + "homepage": "https://github.com/kokke/tiny-regex-c", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |