vcpkg/ports/serd/vcpkg.json

19 lines
428 B
JSON
Raw Normal View History

2020-09-05 13:16:08 +08:00
{
"name": "serd",
"version": "0.30.4",
"port-version": 2,
2020-09-05 13:16:08 +08:00
"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-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
2020-09-05 13:16:08 +08:00
}