diff options
Diffstat (limited to 'vcpkg/ports/sparsehash/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sparsehash/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/sparsehash/vcpkg.json b/vcpkg/ports/sparsehash/vcpkg.json new file mode 100644 index 0000000..9882cef --- /dev/null +++ b/vcpkg/ports/sparsehash/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "sparsehash", + "version": "2.0.4", + "port-version": 2, + "description": "The sparsehash package consists of two hashtable implementations: sparse, which is designed to be very space efficient, and dense, which is designed to be very time efficient.", + "homepage": "https://github.com/sparsehash/sparsehash" +} |