mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-13 20:28:26 +08:00
18 lines
355 B
JSON
18 lines
355 B
JSON
{
|
|
"name": "sord",
|
|
"version": "0.16.16",
|
|
"description": "Sord is a lightweight C library for storing RDF statements in memory.",
|
|
"homepage": "https://drobilla.net/software/sord",
|
|
"license": "ISC",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"pcre2",
|
|
"serd",
|
|
{
|
|
"name": "vcpkg-tool-meson",
|
|
"host": true
|
|
},
|
|
"zix"
|
|
]
|
|
}
|