diff options
Diffstat (limited to 'vcpkg/ports/unqlite/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/unqlite/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/unqlite/vcpkg.json b/vcpkg/ports/unqlite/vcpkg.json new file mode 100644 index 0000000..c7fe595 --- /dev/null +++ b/vcpkg/ports/unqlite/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "unqlite", + "version-date": "2025-04-29", + "description": "An embedded NoSQL, transactional database engine", + "homepage": "https://unqlite.symisc.net/", + "license": "BSD-2-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ], + "features": { + "threads": { + "description": "Compile with thread safety support" + } + } +} |