diff options
Diffstat (limited to 'vcpkg/ports/blingfire/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/blingfire/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/blingfire/vcpkg.json b/vcpkg/ports/blingfire/vcpkg.json new file mode 100644 index 0000000..57e11ed --- /dev/null +++ b/vcpkg/ports/blingfire/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "blingfire", + "version": "0.1.8.1", + "port-version": 1, + "description": "BlingFire is a lightning fast Finite State machine and REgular expression manipulation library.", + "license": "MIT", + "supports": "windows & !static", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |