vcpkg/ports/sratom/vcpkg.json
2024-03-29 17:21:41 -07:00

21 lines
423 B
JSON

{
"name": "sratom",
"version": "0.6.16",
"description": "Sratom is a library for serialising LV2 atoms to and from RDF, particularly the Turtle syntax.",
"homepage": "https://drobilla.net/software/sratom",
"license": "ISC",
"dependencies": [
"lv2",
"serd",
"sord",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}