diff options
Diffstat (limited to 'vcpkg/ports/libxmlb/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libxmlb/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/libxmlb/vcpkg.json b/vcpkg/ports/libxmlb/vcpkg.json new file mode 100644 index 0000000..924225b --- /dev/null +++ b/vcpkg/ports/libxmlb/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "libxmlb", + "version": "0.3.23", + "description": "The libxmlb library takes XML source, and converts it to a structured binary representation with a deduplicated string table where the strings have the NULs included", + "homepage": "https://github.com/hughsie/libxmlb/", + "license": "LGPL-2.1-only", + "supports": "!windows | mingw", + "dependencies": [ + "glib", + { + "name": "vcpkg-tool-meson", + "host": true + } + ] +} |