aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/osp-collection/vcpkg.json
blob: 4391f5be7a4aaa5ecc33d985160af903d1cd5761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "osp-collection",
  "version": "1.0.0",
  "maintainers": "Saad Shams",
  "description": "A C library providing data structures for efficient collection management.",
  "homepage": "https://github.com/open-source-patterns/collection",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}