mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 00:28:59 +08:00
e29f8ab7b1
* [fuzzylite] fix unix build * update version scheme * version * unsupported on UWP * remove from CI baseline * version * fix typo * version * windows only * version * Add fuzzylite:x64-osx * Fix typo * cr * version * Fix string replace on static * version * Don't rename artifacts * version
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"name": "fuzzylite",
|
|
"version": "6.0",
|
|
"port-version": 5,
|
|
"description": "A fuzzy logic control library in C++",
|
|
"homepage": "https://github.com/fuzzylite/fuzzylite",
|
|
"license": "GPL-3.0",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|