diff options
Diffstat (limited to 'vcpkg/ports/sord/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/sord/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/sord/vcpkg.json b/vcpkg/ports/sord/vcpkg.json new file mode 100644 index 0000000..568072b --- /dev/null +++ b/vcpkg/ports/sord/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "sord", + "version": "0.16.18", + "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" + ] +} |