aboutsummaryrefslogtreecommitdiff
path: root/ports/sord/vcpkg.json
blob: 51dacf79380e1f7ce686b03d53e7f0669e4ce5ac (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "sord",
  "version-string": "0.16.4",
  "description": "Sord is a lightweight C library for storing RDF statements in memory.",
  "homepage": "https://drobilla.net/software/sord",
  "license": "ISC",
  "dependencies": [
    "serd"
  ]
}