aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libtommath/vcpkg.json
blob: f0ab53279258b248b661487ca40d628bb2b23bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "libtommath",
  "version": "1.3.0",
  "port-version": 2,
  "description": "LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.",
  "homepage": "https://www.libtom.net/LibTomMath/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}