blob: 013a4b436c29ef3f6ae51fe5b08b6177ba848851 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "sratom",
"version-string": "0.6.4",
"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"
]
}
|