mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "muparser",
|
|
"version": "2.3.4",
|
|
"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
|
|
}
|
|
]
|
|
}
|