forked from shinobi/Data-StaticTable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
33 lines (33 loc) · 805 Bytes
/
META6.json
File metadata and controls
33 lines (33 loc) · 805 Bytes
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
30
31
32
33
{
"auth": "zef:raku-community-modules",
"author": "shinobi",
"build-depends": [
],
"depends": [
],
"description": "A static memory structure in Raku, bidimensional, that uses String for column names and rows starting from one. Provides basic search and indexing features.",
"license": "Unlicense",
"name": "Data::StaticTable",
"perl": "6.*",
"provides": {
"Data::StaticTable": "lib/Data/StaticTable.rakumod",
"X::Data::StaticTable": "lib/X/Data/StaticTable.rakumod"
},
"resources": [
],
"source-url": "https://github.com/raku-community-modules/Data-StaticTable.git",
"tags": [
"data",
"table",
"bidimensional",
"spreadsheet",
"static",
"immutable",
"cells",
"rows",
"columns"
],
"test-depends": [
],
"version": "0.1.1"
}