aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ctbignum/vcpkg.json
blob: 57e333306f81c02e343f6f990159054c250be668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "ctbignum",
  "version-date": "2019-08-02",
  "port-version": 5,
  "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
    }
  ]
}