@prefix cpan-uri: <http://purl.org/NET/cpan-uri/terms#> .
@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-bugs: <http://ontologi.es/doap-bugs#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .

<http://dev.perl.org/licenses/>
	dc:title             "the same terms as the perl 5 programming language system itself".

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-bugs:issue      <http://purl.org/NET/cpan-uri/rt/ticket/90273>;
	doap:bug-database    <http://rt.cpan.org/Dist/Display.html?Queue=Alien-LibXML>;
	doap:created         "2012-11-28"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Alien-LibXML>;
	doap:homepage        <https://metacpan.org/release/Alien-LibXML>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Alien-LibXML";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-000_01>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-000_02>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-003>, <http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-004>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-alien-libxml>;
	];
	doap:shortdesc       "install the C libxml2 library on your system".

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-000_01>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	rdfs:label           "Preview - just noodling really";
	dc:identifier        "Alien-LibXML-0.000_01"^^xsd:string;
	dc:issued            "2012-11-28"^^xsd:date;
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Alien-LibXML-0.000_01.tar.gz>;
	doap:revision        "0.000_01"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-000_02>
	a                    cpan-uri:DeveloperRelease, doap:Version;
	dc:identifier        "Alien-LibXML-0.000_02"^^xsd:string;
	dc:issued            "2012-11-30"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Include a meaty gcc test in the test suite.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Alien-LibXML-0.000_02.tar.gz>;
	doap:revision        "0.000_02"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-001>
	a                    doap:Version;
	dc:identifier        "Alien-LibXML-0.001"^^xsd:string;
	dc:issued            "2013-01-02"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Bundle example usage.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Add better abstract.";
		], [
			a doap-changeset:Documentation;
			rdfs:label "Include example usage in SYNOPSIS.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Alien-LibXML-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-002>
	a                    doap:Version;
	dc:identifier        "Alien-LibXML-0.002"^^xsd:string;
	dc:issued            "2014-09-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Make File::Which a test requirement rather than runtime requirement.";
		], [
			a doap-changeset:Update;
			rdfs:label "Change pattern used when searching for libxml2 tarball on xmlsoft.org FTP server.";
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/plicease>;
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Work around possible libxml2 bug with uninstalled .pc file.";
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/plicease>;
			doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/90273>;
		], [
			rdfs:label "Don't build python libraries for libxml2 because they often result in permissions problems at installation time. (And we don't need them.)";
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/plicease>;
		], [
			rdfs:label "Use static libraries for XS.";
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/plicease>;
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Win32-related fixes.";
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/plicease>;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Alien-LibXML-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-003>
	a                    doap:Version;
	dc:identifier        "Alien-LibXML-0.003"^^xsd:string;
	dc:issued            "2014-09-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Packaging;
			rdfs:label "Add repo link.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Add homepage link.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Add bug tracker link.";
		], [
			a doap-changeset:Packaging;
			rdfs:label "Sign distribution.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Alien-LibXML-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Alien-LibXML/v_0-004>
	a                    doap:Version;
	dc:identifier        "Alien-LibXML-0.004"^^xsd:string;
	dc:issued            "2018-07-16"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix, doap-changeset:Packaging, doap-changeset:Update;
			rdfs:label "Explicit dependency on Alien::Base::ModuleBuild.";
			doap-changeset:blame <http://purl.org/NET/cpan-uri/person/plicease>;
			doap-changeset:fixes <http://purl.org/NET/cpan-uri/rt/ticket/125808>;
			rdfs:seeAlso <https://github.com/tobyink/p5-alien-libxml/pull/5>;
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Alien-LibXML-0.004.tar.gz>;
	doap:revision        "0.004"^^xsd:string.

<http://purl.org/NET/cpan-uri/person/plicease>
	a                    foaf:Agent, foaf:Person;
	foaf:mbox            <mailto:plicease@cpan.org>;
	foaf:name            "Graham Ollis";
	foaf:nick            "PLICEASE";
	foaf:page            <https://metacpan.org/author/PLICEASE>.

<http://purl.org/NET/cpan-uri/person/tobyink>
	a                    foaf:Person;
	foaf:mbox            <mailto:tobyink@cpan.org>;
	foaf:name            "Toby Inkster";
	foaf:nick            "TOBYINK";
	foaf:page            <https://metacpan.org/author/TOBYINK>.

<http://purl.org/NET/cpan-uri/rt/ticket/125808>
	a                    doap-bugs:Issue;
	doap-bugs:id         "125808"^^xsd:string;
	doap-bugs:page       <https://rt.cpan.org/Ticket/Display.html?id=125808>.

<http://purl.org/NET/cpan-uri/rt/ticket/90273>
	a                    doap-bugs:Issue;
	rdfs:label           "test t/01-compiler.t unable to find libxml2.so";
	dc:created           "2013-11-11T23:26:22Z"^^xsd:dateTime;
	dc:reporter          <http://purl.org/NET/cpan-uri/person/plicease>;
	doap-bugs:id         "90273", "90273"^^xsd:string;
	doap-bugs:page       <https://rt.cpan.org/Public/Bug/Display.html?id=90273>, <https://rt.cpan.org/Ticket/Display.html?id=90273>.