mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-12 14:18:24 -05:00
13 lines
300 B
JSON
Executable File
13 lines
300 B
JSON
Executable File
{
|
|
"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"
|
|
]
|
|
}
|