vcpkg/ports/sord/vcpkg.json
2024-12-14 10:59:15 -05:00

18 lines
355 B
JSON

{
"name": "sord",
"version": "0.16.16",
"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"
]
}