aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/sord/vcpkg.json
blob: 568072b952c820a3165765e8e4e5de63398aa65b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "sord",
  "version": "0.16.18",
  "description": "Sord is a lightweight C library for storing RDF statements in memory.",
  "homepage": "https://drobilla.net/software/sord",
  "license": "ISC",
  "supports": "!uwp",
  "dependencies": [
    "pcre2",
    "serd",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    },
    "zix"
  ]
}