diff options
Diffstat (limited to 'ports/fixed-string')
| -rw-r--r-- | ports/fixed-string/CONTROL | 4 | ||||
| -rw-r--r-- | ports/fixed-string/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/fixed-string/CONTROL b/ports/fixed-string/CONTROL deleted file mode 100644 index 935b0ff1d..000000000 --- a/ports/fixed-string/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: fixed-string
-Version: 0.1.0
-Description: Header-only C++17 library provides a string class with std::array fixed-size semantic.
-Homepage: https://github.com/unterumarmung/fixed_string
diff --git a/ports/fixed-string/vcpkg.json b/ports/fixed-string/vcpkg.json new file mode 100644 index 000000000..b7ed3e4d7 --- /dev/null +++ b/ports/fixed-string/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "fixed-string", + "version-string": "0.1.0", + "port-version": 1, + "description": "Header-only C++17 library provides a string class with std::array fixed-size semantic.", + "homepage": "https://github.com/unterumarmung/fixed_string" +} |
