vcpkg/ports/sord/vcpkg.json

20 lines
392 B
JSON
Raw Normal View History

{
"name": "sord",
"version": "0.16.4",
"port-version": 2,
"description": "Sord is a lightweight C library for storing RDF statements in memory.",
"homepage": "https://drobilla.net/software/sord",
"license": "ISC",
"dependencies": [
"serd",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}