diff options
Diffstat (limited to 'ports/string-theory')
| -rw-r--r-- | ports/string-theory/CONTROL | 4 | ||||
| -rw-r--r-- | ports/string-theory/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/string-theory/CONTROL b/ports/string-theory/CONTROL deleted file mode 100644 index 2770632dc..000000000 --- a/ports/string-theory/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: string-theory -Version: 3.4 -Homepage: https://github.com/zrax/string_theory -Description: Flexible modern C++ string library with type-safe formatting. diff --git a/ports/string-theory/vcpkg.json b/ports/string-theory/vcpkg.json new file mode 100644 index 000000000..2a79ccb4f --- /dev/null +++ b/ports/string-theory/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "string-theory", + "version-string": "3.4", + "port-version": 1, + "description": "Flexible modern C++ string library with type-safe formatting.", + "homepage": "https://github.com/zrax/string_theory" +} |
