diff options
Diffstat (limited to 'vcpkg/ports/nonstd-bit-lite/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nonstd-bit-lite/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/nonstd-bit-lite/vcpkg.json b/vcpkg/ports/nonstd-bit-lite/vcpkg.json new file mode 100644 index 0000000..fef390c --- /dev/null +++ b/vcpkg/ports/nonstd-bit-lite/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "nonstd-bit-lite", + "version": "1.2.0", + "description": "C++20/C++23 bit operations for C++98 and later in a single-file header-only library", + "homepage": "https://github.com/nonstd-lite/bit-lite", + "license": "BSL-1.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |