-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMETA6.json
More file actions
20 lines (20 loc) · 727 Bytes
/
Copy pathMETA6.json
File metadata and controls
20 lines (20 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"perl" : "6.c",
"name" : "MinG",
"auth" : "Ian G. Tayler",
"version" : "1.2.7",
"description" : "A small module for working with Stabler's Minimalist Grammars in Perl6.",
"authors" : [ "Ian G. Tayler" ],
"provides" : {
"MinG" : "lib/MinG.pm6",
"MinG::S13" : "lib/MinG/S13.pm6",
"MinG::EDMG" : "lib/MinG/EDMG.pm6",
"MinG::From::Text" : "lib/MinG/From/Text.pm6",
"MinG::S13::Logic" : "lib/MinG/S13/Logic.pm6",
"ming-analyser.p6" : "bin/ming-analyser.p6"
},
"depends" : [ ],
"resources" : ["template.tex", "espa0.mg", "eng0.mg", "nihongo0.edmg"],
"source-url" : "https://github.com/IanTayler/MinG.git",
"license" : "Artistic-2.0"
}