aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lloyal-ai-inlined-vector/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/lloyal-ai-inlined-vector/vcpkg.json')
-rw-r--r--vcpkg/ports/lloyal-ai-inlined-vector/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/lloyal-ai-inlined-vector/vcpkg.json b/vcpkg/ports/lloyal-ai-inlined-vector/vcpkg.json
new file mode 100644
index 0000000..b60a2b9
--- /dev/null
+++ b/vcpkg/ports/lloyal-ai-inlined-vector/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "lloyal-ai-inlined-vector",
+ "version": "5.7.1",
+ "description": "A C++17/20 header-only vector-like container with Small Buffer Optimization (SBO) and full allocator support. Zero external dependencies.",
+ "homepage": "https://github.com/lloyal-ai/inlined-vector",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}