diff options
Diffstat (limited to 'ports/absent')
| -rw-r--r-- | ports/absent/CONTROL | 4 | ||||
| -rw-r--r-- | ports/absent/vcpkg.json | 7 |
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/absent/CONTROL b/ports/absent/CONTROL deleted file mode 100644 index 6d689b04a..000000000 --- a/ports/absent/CONTROL +++ /dev/null @@ -1,4 +0,0 @@ -Source: absent
-Version: 0.3.1
-Homepage: https://github.com/rvarago/absent
-Description: A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way
diff --git a/ports/absent/vcpkg.json b/ports/absent/vcpkg.json new file mode 100644 index 000000000..3f6ae21dc --- /dev/null +++ b/ports/absent/vcpkg.json @@ -0,0 +1,7 @@ +{ + "name": "absent", + "version-string": "0.3.1", + "port-version": 1, + "description": "A small C++17 library meant to simplify the composition of nullable types in a generic, type-safe, and declarative way", + "homepage": "https://github.com/rvarago/absent" +} |
