blob: bded43740e27b79fbcd2c3de7ca8907775f4040b [file] [log] [blame]
{
"name": "libxlsxwriter",
"version": "0.2.4",
"summary": "Libxlsxwriter: A C library for creating Excel XLSX files.",
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"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* Defined names.\n* Autofilters.\n* Memory optimisation mode for writing large files.\n* Source code available on [GitHub](https://github.com/jmcnamara/libxlsxwriter).\n* FreeBSD ref license.\n* ANSI C.\n* Works with GCC 4.x, GCC 5.x, Clang, Xcode, MSVC 2015, ICC and TCC.\n* Works on Linux, FreeBSD, OS X, iOS and Windows.\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",
"tag": "RELEASE_0.2.4"
},
"source_files": [
"src/**/*.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"
]
}