vcpkg/ports/mpir/vcpkg.json
Alexander Neumann 97d07b26ae
[mpir] cleanup & msbuild (#33142)
* [mpir] cleanup and msbuild

* v db
2023-08-16 13:07:56 -07:00

17 lines
349 B
JSON

{
"name": "mpir",
"version-date": "2022-03-02",
"port-version": 2,
"description": "Multiple Precision Integers and Rationals",
"homepage": "https://github.com/wbhart/mpir",
"license": null,
"supports": "!(uwp | arm)",
"dependencies": [
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}