aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/tiny-bignum-c/vcpkg.json
blob: 049e4070066b80ef65bd6b21752255d93812453f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "tiny-bignum-c",
  "version-date": "2019-07-31",
  "port-version": 3,
  "description": "Small portable multiple-precision unsigned integer arithmetic in C",
  "homepage": "https://github.com/kokke/tiny-bignum-c",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}