pineapple/externals/vcpkg/ports/muparser/vcpkg.json
2022-07-23 03:01:36 +02:00

19 lines
374 B
JSON
Executable file

{
"name": "muparser",
"version": "2.3.3",
"port-version": 2,
"description": "Fast math parser library",
"homepage": "https://github.com/beltoforion/muparser",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}