15 lines
311 B
JSON
Executable file
15 lines
311 B
JSON
Executable file
{
|
|
"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
|
|
}
|
|
]
|
|
}
|