aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xlnt/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/xlnt/vcpkg.json')
-rw-r--r--vcpkg/ports/xlnt/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/xlnt/vcpkg.json b/vcpkg/ports/xlnt/vcpkg.json
new file mode 100644
index 0000000..7e28393
--- /dev/null
+++ b/vcpkg/ports/xlnt/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "xlnt",
+ "version": "1.6.1",
+ "description": "Cross-platform user-friendly xlsx (Microsoft Excel®) library for C++11 (and above)",
+ "homepage": "https://github.com/xlnt-community/xlnt",
+ "documentation": "https://xlnt-community.gitbook.io/xlnt",
+ "license": "MIT AND BSD-3-Clause AND BSD-2-Clause",
+ "dependencies": [
+ "fast-float",
+ "fmt",
+ "utfcpp",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}