diff options
Diffstat (limited to 'ports/tsl-ordered-map')
| -rw-r--r-- | ports/tsl-ordered-map/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tsl-ordered-map/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/tsl-ordered-map/CONTROL b/ports/tsl-ordered-map/CONTROL deleted file mode 100644 index ab223f451..000000000 --- a/ports/tsl-ordered-map/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: tsl-ordered-map -Version: 1.0.0 -Description: C++ hash map and hash set which preserve the order of insertion diff --git a/ports/tsl-ordered-map/vcpkg.json b/ports/tsl-ordered-map/vcpkg.json new file mode 100644 index 000000000..8ce8f079f --- /dev/null +++ b/ports/tsl-ordered-map/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "tsl-ordered-map", + "version-string": "1.0.0", + "port-version": 1, + "description": "C++ hash map and hash set which preserve the order of insertion" +} |
