vcpkg/ports/gmp/vcpkg.json
Jack·Boos·Yu b7a1088ae9
[yasm/yasm-tool] Incorporate yasm-tool into yasm (#23218)
* [yasm/yasm-tool] Incorporate yasm-tool into yasm

* version

* Fix merge issue

* version

* Add missing dependency feature

* version

* Apply suggestions

* version
2022-02-24 10:50:02 -08:00

24 lines
454 B
JSON

{
"name": "gmp",
"version-string": "6.2.1",
"port-version": 8,
"description": "The GNU Multiple Precision Arithmetic Library",
"homepage": "https://gmplib.org",
"supports": "!(windows & (arm | arm64))",
"dependencies": [
{
"name": "vs-yasm",
"host": true,
"platform": "windows"
},
{
"name": "yasm",
"host": true,
"features": [
"tools"
],
"platform": "windows"
}
]
}