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
|
||
|
}
|
||
|
]
|
||
|
}
|