-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMETA6.json
More file actions
19 lines (19 loc) · 714 Bytes
/
META6.json
File metadata and controls
19 lines (19 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"perl" : "v6",
"name" : "Data::Selector",
"version" : "v1.02",
"description" : "data selection dsl parser and applicator",
"authors" : [ "Justin DeVuyst" ],
"provides" : {
"Data::Selector::SelectorString::Actions" : "lib/Data/Selector.pm",
"Data::Selector::SelectorString::Grammar" : "lib/Data/Selector.pm",
"Data::Selector" : "lib/Data/Selector.pm"
},
"support" : {
"email" : "justin@devuyst.com",
"bugtracker" : "https://github.com/jdv/p6-data-selector/issues",
"source" : "https://github.com/jdv/p6-data-selector.git",
"irc" : "irc://irc.freenode.net/perl6"
},
"license" : "artistic_2"
}