blob: 359f568434b0ab631223df93a30228759984d2dc [file] [log] [blame]
{
"name": "libxlsxwriter",
"version": "0.1.5",
"summary": "A C library for creating Excel XLSX files.",
"platforms": {
"ios": null
},
"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.\n\nIt supports features such as:\n\n* 100% compatible Excel XLSX files\n* Full Excel formatting\n* Merged cells\n* Autofilters\n* Defined names\n* Memory optimisation mode for writing large files\n* Source code available on GitHub\n* FreeBSD license\n* ANSI C\n* Works with GCC 4.4, 4.6, 4.7, 4.8, 4.9, Clang, ICC and TCC.\n* Works on Linux, FreeBSD, OS X and iOS.\n* The only dependency is on zlib",
"homepage": "http://libxlsxwriter.github.io",
"documentation_url": "http://libxlsxwriter.github.io",
"license": "FreeBSD",
"authors": {
"John McNamara": "jmcnamara@cpan.org"
},
"source": {
"git": "https://github.com/jmcnamara/libxlsxwriter.git",
"commit": "818c7fa0e103c60750916bffe270c4708b6d90c0"
},
"source_files": [
"src/**/*.{h,c}",
"third_party/**/{zip.c,ioapi.c}",
"include/**/*.h"
],
"header_dir": "xlsxwriter",
"header_mappings_dir": "include/xlsxwriter",
"libraries": "z",
"compiler_flags": [
"-DNOCRYPT=1",
"-DNOUNCRYPT=1"
]
}