forked from jonathanstowe/XML-Fast
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMETA6.json
More file actions
27 lines (27 loc) · 678 Bytes
/
META6.json
File metadata and controls
27 lines (27 loc) · 678 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
{
"name": "XML::Fast",
"auth": "zef:jonathanstowe",
"version": "0.0.1",
"description": "A Raku module to turn XML into a Hash structure",
"license": "Artistic-2.0",
"authors": [
"Jonathan Stowe <jns+gh@gellyfish.co.uk>"
],
"source-url": "git://github.com/jonathanstowe/XML-Fast.git",
"tags": [
"XML", "Hash", "deserialise"
],
"depends": [
"LibXML"
],
"support": {
"source": "http://github.com/jonathanstowe/XML-Fast",
"bugtracker": "https://github.com/jonathanstowe/XML-Fast/issues",
"email": "jns+gh@gellyfish.co.uk"
},
"meta-version": "0",
"provides": {
"XML::Fast": "lib/XML/Fast.rakumod"
},
"raku": "6.d"
}