Imported Upstream version 2.0207
[platform/upstream/perl-XML-LibXML.git] / META.json
1 {
2    "abstract" : "Interface to Gnome libxml2 xml parsing and DOM library",
3    "author" : [
4       "Petr Pajas <PAJAS@cpan.org>"
5    ],
6    "dynamic_config" : 0,
7    "generated_by" : "ExtUtils::MakeMaker version 7.60, CPAN::Meta::Converter version 2.150010",
8    "keywords" : [
9       "dom",
10       "html",
11       "libxml",
12       "object oriented",
13       "oop",
14       "parse",
15       "parser",
16       "parsing",
17       "pullparser",
18       "sax",
19       "sgml",
20       "xml",
21       "xpath",
22       "XPath",
23       "xs"
24    ],
25    "license" : [
26       "perl_5"
27    ],
28    "meta-spec" : {
29       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
30       "version" : 2
31    },
32    "name" : "XML-LibXML",
33    "no_index" : {
34       "directory" : [
35          "t",
36          "inc",
37          "xt"
38       ]
39    },
40    "prereqs" : {
41       "build" : {
42          "requires" : {
43             "ExtUtils::MakeMaker" : "0"
44          }
45       },
46       "configure" : {
47          "requires" : {
48             "Alien::Base::Wrapper" : "0",
49             "Alien::Libxml2" : "0.14",
50             "Config" : "0",
51             "ExtUtils::MakeMaker" : "0"
52          }
53       },
54       "runtime" : {
55          "requires" : {
56             "Carp" : "0",
57             "DynaLoader" : "0",
58             "Encode" : "0",
59             "Exporter" : "5.57",
60             "IO::Handle" : "0",
61             "Scalar::Util" : "0",
62             "Tie::Hash" : "0",
63             "XML::NamespaceSupport" : "1.07",
64             "XML::SAX" : "0.11",
65             "XML::SAX::Base" : "0",
66             "XML::SAX::DocumentLocator" : "0",
67             "XML::SAX::Exception" : "0",
68             "base" : "0",
69             "constant" : "0",
70             "overload" : "0",
71             "parent" : "0",
72             "perl" : "5.008001",
73             "strict" : "0",
74             "vars" : "0",
75             "warnings" : "0"
76          }
77       },
78       "test" : {
79          "requires" : {
80             "Config" : "0",
81             "Errno" : "0",
82             "IO::File" : "0",
83             "IO::Handle" : "0",
84             "POSIX" : "0",
85             "Scalar::Util" : "0",
86             "Test::More" : "0",
87             "locale" : "0",
88             "utf8" : "0"
89          }
90       }
91    },
92    "release_status" : "stable",
93    "resources" : {
94       "repository" : {
95          "type" : "git",
96          "url" : "https://github.com/shlomif/perl-XML-LibXML.git",
97          "web" : "https://github.com/shlomif/perl-XML-LibXML"
98       }
99    },
100    "version" : "2.0207",
101    "x_serialization_backend" : "JSON::PP version 4.06"
102 }