diff options
Diffstat (limited to 'vcpkg/ports/tl-ranges/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/tl-ranges/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/tl-ranges/vcpkg.json b/vcpkg/ports/tl-ranges/vcpkg.json new file mode 100644 index 0000000..dc74cab --- /dev/null +++ b/vcpkg/ports/tl-ranges/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "tl-ranges", + "version-date": "2022-12-07", + "port-version": 1, + "description": "Ranges that didn't make C++20", + "homepage": "https://github.com/TartanLlama/ranges", + "documentation": "https://tl.tartanllama.xyz/en/latest/api/ranges/index.html", + "license": "CC0-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |