diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,18 @@ +name : perl-types-serialiser +version : 1.0 +release : 1 +source : + - https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/Types-Serialiser-1.0.tar.gz : 7ad3347849d8a3da6470135018d6af5fd8e58b4057cd568c3813695f2a04730d +license : Artistic-1.0-Perl +component : programming.perl +summary : Types::Serialiser - simple data types for common serialisation formats +description: | + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. +rundeps : + - perl-common-sense +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,37 @@ + + + perl-types-serialiser + + Joey Riches + josephriches@gmail.com + + Artistic-1.0-Perl + programming.perl + Types::Serialiser - simple data types for common serialisation formats + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. + + https://solus-project.com/sources/README.Solus + + + perl-types-serialiser + Types::Serialiser - simple data types for common serialisation formats + This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR. The idea is to have a repository of simple/small constants and containers that can be shared by different implementations so they become interoperable between each other. + + programming.perl + + /usr/lib/perl5/vendor_perl/5.24.1/Types/Serialiser.pm + /usr/lib/perl5/vendor_perl/5.24.1/Types/Serialiser/Error.pm + /usr/lib/perl5/vendor_perl/5.24.1/x86_64-linux-thread-multi/auto/Types/Serialiser/.packlist + /usr/share/man + + + + + 2017-05-29 + 1.0 + Packaging update + Joey Riches + josephriches@gmail.com + + + \ No newline at end of file