mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
21 lines
423 B
JSON
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
|
|
}
|
|
]
|
|
}
|