forked from jnthn/spreadsheet-xlsx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
META6.json
29 lines (29 loc) · 1.14 KB
/
META6.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "Spreadsheet::XLSX",
"description": "Work with Excel (XLSX) spreadsheets.",
"version": "0.1",
"perl": "6.*",
"auth": "Edument",
"depends": [
"Libarchive",
"LibXML"
],
"build-depends": [],
"test-depends": [],
"provides": {
"Spreadsheet::XLSX": "lib/Spreadsheet/XLSX.pm6",
"Spreadsheet::XLSX::Cell": "lib/Spreadsheet/XLSX/Cell.pm6",
"Spreadsheet::XLSX::CellStyle": "lib/Spreadsheet/XLSX/CellStyle.pm6",
"Spreadsheet::XLSX::ContentTypes": "lib/Spreadsheet/XLSX/ContentTypes.pm6",
"Spreadsheet::XLSX::Exceptions": "lib/Spreadsheet/XLSX/Exceptions.pm6",
"Spreadsheet::XLSX::Relationships": "lib/Spreadsheet/XLSX/Relationships.pm6",
"Spreadsheet::XLSX::Root": "lib/Spreadsheet/XLSX/Root.pm6",
"Spreadsheet::XLSX::SharedStrings": "lib/Spreadsheet/XLSX/SharedStrings.pm6",
"Spreadsheet::XLSX::Styles": "lib/Spreadsheet/XLSX/Styles.pm6",
"Spreadsheet::XLSX::Workbook": "lib/Spreadsheet/XLSX/Workbook.pm6",
"Spreadsheet::XLSX::Worksheet": "lib/Spreadsheet/XLSX/Worksheet.pm6"
},
"resources": [],
"license": "Artistic-2.0",
"source-url": "https://github.com/jnthn/spreadsheet-xlsx.git"
}