diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2019-08-02 10:31:29 -0700 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-08-02 10:31:29 -0700 |
| commit | 38bee840eb2d42f4689d0466fd87b1335b3abbf1 (patch) | |
| tree | 0326537d3918abf1569beac848e650e5ae1eb285 /ports/ctbignum/CONTROL | |
| parent | 3063c145cab44d48a464bd2aec094d44bc1e199e (diff) | |
| download | vcpkg-38bee840eb2d42f4689d0466fd87b1335b3abbf1.tar.gz vcpkg-38bee840eb2d42f4689d0466fd87b1335b3abbf1.zip | |
[ctbignum] Add new port (#7512)
Diffstat (limited to 'ports/ctbignum/CONTROL')
| -rw-r--r-- | ports/ctbignum/CONTROL | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ports/ctbignum/CONTROL b/ports/ctbignum/CONTROL new file mode 100644 index 000000000..977abc21f --- /dev/null +++ b/ports/ctbignum/CONTROL @@ -0,0 +1,6 @@ +Source: ctbignum +Version: 2019-08-02 +Homepage: https://github.com/niekbouman/ctbignum +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. +Build-Depends: boost + |
