diff options
Diffstat (limited to 'vcpkg/ports/xlsxio/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/xlsxio/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/xlsxio/vcpkg.json b/vcpkg/ports/xlsxio/vcpkg.json new file mode 100644 index 0000000..c1479e5 --- /dev/null +++ b/vcpkg/ports/xlsxio/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "xlsxio", + "version": "0.2.36", + "description": "Cross-platform C library for reading values from and writing values to .xlsx files", + "homepage": "https://github.com/brechtsanders/xlsxio", + "license": "MIT", + "dependencies": [ + "expat", + { + "name": "minizip", + "features": [ + "bzip2" + ] + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |