aboutsummaryrefslogtreecommitdiff
path: root/ports/ctbignum/vcpkg.json
blob: 093dfbcfbf6b38cb41a73661052b211e2908be9b (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "ctbignum",
  "version-string": "2019-08-02",
  "port-version": 1,
  "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": [
    "boost"
  ]
}