vcpkg/ports/blingfire/vcpkg.json
Tomas Morris 3edf135358
[BlingFire] Adding BlingFire Package (#31139)
* Adding BlingFire Package

* Adding updated baseline

* Updating supported platforms

* Fixing up json

* Updating version

* Removing uwp platform

* Updating version

* Updating to commit with cmake config

* Updating blingfire version

* Updating to latest blingfire with fixes for vcpkg

* Updating version
2023-05-02 13:57:19 -07:00

14 lines
313 B
JSON

{
"name": "blingfire",
"version": "0.1.8.1",
"description": "BlingFire is a lightning fast Finite State machine and REgular expression manipulation library.",
"license": "MIT",
"supports": "windows & !static & !uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
}
]
}