diff options
Diffstat (limited to 'vcpkg/ports/tre/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tre/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/tre/vcpkg.json b/vcpkg/ports/tre/vcpkg.json new file mode 100644 index 0000000..e4ce1b2 --- /dev/null +++ b/vcpkg/ports/tre/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "tre", + "version": "0.8.0", + "port-version": 6, + "description": "TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.", + "homepage": "https://github.com/laurikari/tre", + "license": "BSD-2-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |