diff options
Diffstat (limited to 'vcpkg/ports/absent/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/absent/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/absent/vcpkg.json b/vcpkg/ports/absent/vcpkg.json new file mode 100644 index 0000000..3034fe3 --- /dev/null +++ b/vcpkg/ports/absent/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "absent", + "version": "0.3.1", + "port-version": 3, + "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", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |