diff options
Diffstat (limited to 'ports/cpptoml')
| -rw-r--r-- | ports/cpptoml/CONTROL | 3 | ||||
| -rw-r--r-- | ports/cpptoml/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/cpptoml/CONTROL b/ports/cpptoml/CONTROL deleted file mode 100644 index 2409ddbd2..000000000 --- a/ports/cpptoml/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: cpptoml
-Version: v0.1.1
-Description: A header-only library for parsing TOML configuration files.
diff --git a/ports/cpptoml/vcpkg.json b/ports/cpptoml/vcpkg.json new file mode 100644 index 000000000..13afe69b4 --- /dev/null +++ b/ports/cpptoml/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "cpptoml", + "version-string": "v0.1.1", + "port-version": 1, + "description": "A header-only library for parsing TOML configuration files." +} |
