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