diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json b/vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json new file mode 100644 index 0000000..d22ca43 --- /dev/null +++ b/vcpkg/ports/ned14-internal-quickcpplib/vcpkg.json @@ -0,0 +1,43 @@ +{ + "name": "ned14-internal-quickcpplib", + "version-date": "2023-11-22", + "port-version": 1, + "maintainers": [ + "Niall Douglas <s_github@nedprod.com>", + "Henrik Gaßmann <henrik@gassmann.onl>" + ], + "description": "NOT FOR EXTERNAL CONSUMPTION, a set of internal scripts used by ned14's libraries.", + "homepage": "https://github.com/ned14/quickcpplib", + "license": "Apache-2.0 OR BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "polyfill-cxx17": { + "description": "Polyfill std::byte with byte-lite", + "dependencies": [ + "byte-lite", + { + "name": "ned14-internal-quickcpplib", + "default-features": false, + "features": [ + "polyfill-cxx20" + ] + } + ] + }, + "polyfill-cxx20": { + "description": "Polyfill std::span with span-lite", + "dependencies": [ + "span-lite" + ] + } + } +} |