aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libbson/vcpkg.json
blob: 5ac3326dc298841656d8487720eca7e49659871d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
    }
  ]
}