vcpkg/ports/arb/vcpkg.json
Jack·Boos·Yu fc69905ed0
[arb] Support dynamic build (#23743)
* [arb] Support dynamic build

* version
2022-03-24 14:00:01 -07:00

20 lines
388 B
JSON

{
"name": "arb",
"version": "2.21.1",
"port-version": 1,
"description": "a C library for arbitrary-precision interval arithmetic",
"homepage": "https://github.com/fredrik-johansson/arb",
"license": "LGPL-2.1",
"dependencies": [
"flint",
{
"name": "pthreads",
"platform": "windows"
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}