aboutsummaryrefslogtreecommitdiff
path: root/ports/libxlsxwriter/vcpkg.json
blob: 2138d56be6f8c608192d9437f5fc18e8193b47c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "libxlsxwriter",
  "version-semver": "1.1.3",
  "description": "Libxlsxwriter is a C library that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.",
  "homepage": "https://github.com/jmcnamara/libxlsxwriter",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    "zlib"
  ]
}