mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +08:00
18 lines
447 B
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
|
|
}
|
|
]
|
|
}
|