diff options
Diffstat (limited to 'ports/refl-cpp')
| -rw-r--r-- | ports/refl-cpp/CONTROL | 4 | ||||
| -rw-r--r-- | ports/refl-cpp/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/refl-cpp/CONTROL b/ports/refl-cpp/CONTROL deleted file mode 100644 index 93bbcbd12..000000000 --- a/ports/refl-cpp/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: refl-cpp -Version: 0.12.0 -Description: A compile-time reflection library for modern C++ with support for overloads, templates, attributes and proxies -Homepage: https://github.com/veselink1/refl-cpp diff --git a/ports/refl-cpp/vcpkg.json b/ports/refl-cpp/vcpkg.json new file mode 100644 index 000000000..4674807c9 --- /dev/null +++ b/ports/refl-cpp/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "refl-cpp", + "version-string": "0.12.0", + "port-version": 1, + "description": "A compile-time reflection library for modern C++ with support for overloads, templates, attributes and proxies", + "homepage": "https://github.com/veselink1/refl-cpp" +} |
