-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
40 lines (40 loc) · 1.06 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
30
31
32
33
34
35
36
37
38
39
40
{
"auth": "zef:dwarring",
"authors": [
"David Warring"
],
"build-depends": [
"LibraryMake"
],
"depends": [
"LibXML:ver<0.10.5+>",
"Method::Also"
],
"description": "Interface to the GNOME libxslt library",
"license": "Artistic-2.0",
"name": "LibXSLT",
"perl": "6",
"provides": {
"LibXSLT": "lib/LibXSLT.rakumod",
"LibXSLT::Config": "lib/LibXSLT/Config.rakumod",
"LibXSLT::Document": "lib/LibXSLT/Document.rakumod",
"LibXSLT::Enums": "lib/LibXSLT/Enums.rakumod",
"LibXSLT::ExtensionContext": "lib/LibXSLT/ExtensionContext.rakumod",
"LibXSLT::Raw": "lib/LibXSLT/Raw.rakumod",
"LibXSLT::Raw::Defs": "lib/LibXSLT/Raw/Defs.rakumod",
"LibXSLT::Security": "lib/LibXSLT/Security.rakumod",
"LibXSLT::Stylesheet": "lib/LibXSLT/Stylesheet.rakumod",
"LibXSLT::TransformContext": "lib/LibXSLT/TransformContext.rakumod"
},
"resources": [
"libraries/xslt6"
],
"source-url": "https://github.com/libxml-raku/LibXSLT-raku",
"tags": [
"xml",
"xslt"
],
"test-depends": [
],
"version": "0.1.7"
}