diff options
Diffstat (limited to 'vcpkg/ports/libtommath/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libtommath/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libtommath/vcpkg.json b/vcpkg/ports/libtommath/vcpkg.json new file mode 100644 index 0000000..f0ab532 --- /dev/null +++ b/vcpkg/ports/libtommath/vcpkg.json @@ -0,0 +1,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 + } + ] +} |