vcpkg/ports/serd/vcpkg.json
2024-12-14 10:59:15 -05:00

14 lines
344 B
JSON

{
"name": "serd",
"version": "0.32.2",
"description": "Serd is a lightweight C library for RDF syntax which supports reading and writing Turtle, TRiG, NTriples, and NQuads.",
"homepage": "https://drobilla.net/software/serd",
"license": "ISC",
"dependencies": [
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}