diff options
Diffstat (limited to 'ports/sparsepp')
| -rw-r--r-- | ports/sparsepp/CONTROL | 3 | ||||
| -rw-r--r-- | ports/sparsepp/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/sparsepp/CONTROL b/ports/sparsepp/CONTROL deleted file mode 100644 index 86550179a..000000000 --- a/ports/sparsepp/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: sparsepp
-Version: 1.22-1
-Description: A fast, memory efficient hash map for C++
diff --git a/ports/sparsepp/vcpkg.json b/ports/sparsepp/vcpkg.json new file mode 100644 index 000000000..9dda35239 --- /dev/null +++ b/ports/sparsepp/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "sparsepp", + "version-string": "1.22", + "port-version": 2, + "description": "A fast, memory efficient hash map for C++" +} |
