aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libbson/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libbson/vcpkg.json')
-rw-r--r--vcpkg/ports/libbson/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libbson/vcpkg.json b/vcpkg/ports/libbson/vcpkg.json
new file mode 100644
index 0000000..5ac3326
--- /dev/null
+++ b/vcpkg/ports/libbson/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "libbson",
+ "version": "1.30.6",
+ "description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.",
+ "homepage": "https://github.com/mongodb/mongo-c-driver/tree/master/src/libbson",
+ "license": null,
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}