Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

24 lines
452 B
JSON

{
"name": "muparser",
"version": "2.3.5",
"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
}
],
"features": {
"openmp": {
"description": "Enable OpenMP for multithreading"
}
}
}