diff options
Diffstat (limited to 'vcpkg/ports/oniguruma/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/oniguruma/vcpkg.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/oniguruma/vcpkg.json b/vcpkg/ports/oniguruma/vcpkg.json new file mode 100644 index 0000000..d5e2e02 --- /dev/null +++ b/vcpkg/ports/oniguruma/vcpkg.json @@ -0,0 +1,21 @@ +{ + "name": "oniguruma", + "version": "6.9.10", + "description": "Modern and flexible regular expressions library", + "homepage": "https://github.com/kkos/oniguruma", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "non-posix": { + "description": "Disable POSIX API" + } + } +} |