@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/Newtype/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.014"^^doap-deps:CpanId ], [
doap-deps:on "Eval::TypeTiny 2.000000"^^doap-deps:CpanId;
], [
doap-deps:on "namespace::autoclean"^^doap-deps:CpanId;
], [
doap-deps:on "Sub::HandlesVia 0.045"^^doap-deps:CpanId;
], [ doap-deps:on "Sub::Util 1.40"^^doap-deps:CpanId ], [
doap-deps:on "Type::Tiny::Class 2.000000"^^doap-deps:CpanId;
], [
doap-deps:on "Types::Common 2.000000"^^doap-deps:CpanId;
];
doap-deps:test-requirement [
doap-deps:on "Test2::Require::AuthorTesting"^^doap-deps:CpanId;
], [
doap-deps:on "Test2::Require::Module"^^doap-deps:CpanId;
], [
doap-deps:on "Type::Registry 2.000000"^^doap-deps:CpanId;
], [
doap-deps:on "Types::Common 2.000000"^^doap-deps:CpanId;
], [ doap-deps:on "Moo 2.000000"^^doap-deps:CpanId ], [ doap-deps:on "Test2::V0"^^doap-deps:CpanId ], [ doap-deps:on "Test2::Tools::Spec"^^doap-deps:CpanId ];
doap:bug-database <https://github.com/tobyink/p5-newtype/issues>;
doap:created "2022-12-03"^^xsd:date;
doap:developer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:download-page <https://metacpan.org/release/Newtype>;
doap:homepage <https://metacpan.org/release/Newtype>;
doap:license <http://dev.perl.org/licenses/>;
doap:maintainer <http://purl.org/NET/cpan-uri/person/tobyink>;
doap:name "Newtype";
doap:programming-language "Perl";
doap:release <http://purl.org/NET/cpan-uri/dist/Newtype/v_0-001>;
doap:repository [
a doap:GitRepository;
doap:browse <https://github.com/tobyink/p5-newtype>;
];
doap:shortdesc "Perl implementation of an approximation for Haskell's newtype".
<http://purl.org/NET/cpan-uri/dist/Newtype/v_0-001>
a doap:Version;
rdfs:label "Initial release";
dc:identifier "Newtype-0.001"^^xsd:string;
dc:issued "2022-12-04"^^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/Newtype-0.001.tar.gz>;
doap:revision "0.001"^^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>.