vcpkg/ports/ctbignum/vcpkg.json

18 lines
447 B
JSON

{
"name": "ctbignum",
"version-date": "2019-08-02",
"port-version": 4,
"description": "This is a header-only template library for fixed-width \"small big-integer\" computations, for use during run-time as well as compile-time.",
"homepage": "https://github.com/niekbouman/ctbignum",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}