@prefix dc:    <http://purl.org/dc/terms/> .
@prefix doap:  <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@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/Type-Library-Compiler/project>
	a                    doap:Project;
	dc:contributor       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap-deps:develop-recommendation [ doap-deps:on "Dist::Inkt 0.001"^^doap-deps:CpanId ];
	doap-deps:runtime-requirement [ doap-deps:on "perl 5.008001"^^doap-deps:CpanId ];
	doap-deps:test-requirement [ doap-deps:on "Test2::V0"^^doap-deps:CpanId ], [ doap-deps:on "Test::Requires"^^doap-deps:CpanId ], [ doap-deps:on "Types::Standard"^^doap-deps:CpanId ];
	doap:bug-database    <https://github.com/tobyink/p5-type-library-compiler/issues>;
	doap:created         "2022-07-12"^^xsd:date;
	doap:developer       <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:download-page   <https://metacpan.org/release/Type-Library-Compiler>;
	doap:homepage        <https://metacpan.org/release/Type-Library-Compiler>;
	doap:license         <http://dev.perl.org/licenses/>;
	doap:maintainer      <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:name            "Type-Library-Compiler";
	doap:programming-language "Perl";
	doap:release         <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-001>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-002>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-003>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-004>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-005>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-006>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-007>, <http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-008>;
	doap:repository      [
		a doap:GitRepository;
		doap:browse <https://github.com/tobyink/p5-type-library-compiler>;
	];
	doap:shortdesc       "compile a bunch of type constraints into a library with no non-core dependencies".

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-001>
	a                    doap:Version;
	rdfs:label           "Initial release";
	dc:identifier        "Type-Library-Compiler-0.001"^^xsd:string;
	dc:issued            "2022-07-12"^^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/Type-Library-Compiler-0.001.tar.gz>;
	doap:revision        "0.001"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-002>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.002"^^xsd:string;
	dc:issued            "2022-07-12"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Documentation;
			rdfs:label "Fix generated pod and real pod being confused.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.002.tar.gz>;
	doap:revision        "0.002"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-003>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.003"^^xsd:string;
	dc:issued            "2022-07-13"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Not supported by CLI yet, but it's now possible for types in the generated library to be named differently from in the original library; this allows for anonymous type constraints to be used to generate your compiled library.";
		], [
			a doap-changeset:Change;
			rdfs:label "Smarter to_TypeTiny method.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.003.tar.gz>;
	doap:revision        "0.003"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-004>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.004"^^xsd:string;
	dc:issued            "2022-07-13"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Bugfix;
			rdfs:label "Fix bug building hashref in parse_list.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.004.tar.gz>;
	doap:revision        "0.004"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-005>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.005"^^xsd:string;
	dc:issued            "2022-07-13"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Addition;
			rdfs:label "Support Foo|Bar union type constraints.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.005.tar.gz>;
	doap:revision        "0.005"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-006>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.006"^^xsd:string;
	dc:issued            "2022-07-19"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Smarter to_TypeTiny method for unions.";
		], [
			a doap-changeset:Change;
			rdfs:label "Set $TLC_VERSION package variable in compiled libraries.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.006.tar.gz>;
	doap:revision        "0.006"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-007>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.007"^^xsd:string;
	dc:issued            "2022-07-19"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:Change;
			rdfs:label "Improved generated pod.";
		], [
			a doap-changeset:Tests;
			rdfs:label "Add test for using compiled libraries with Moo.";
		], [
			a doap-changeset:Change;
			rdfs:label "Internally use blessed hashrefs instead of blessed arrayrefs.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.007.tar.gz>;
	doap:revision        "0.007"^^xsd:string.

<http://purl.org/NET/cpan-uri/dist/Type-Library-Compiler/v_0-008>
	a                    doap:Version;
	dc:identifier        "Type-Library-Compiler-0.008"^^xsd:string;
	dc:issued            "2025-03-31"^^xsd:date;
	doap-changeset:changeset [
		doap-changeset:item [
			a doap-changeset:SecurityFix;
			rdfs:label "Rebuild using newer version of Mite.";
		], [
			a doap-changeset:Bugfix;
			rdfs:label "Fix DOES to prevent infinite recursion.";
		];
	];
	doap-changeset:released-by <http://purl.org/NET/cpan-uri/person/tobyink>;
	doap:file-release    <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/Type-Library-Compiler-0.008.tar.gz>;
	doap:revision        "0.008"^^xsd:string.

<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>.