Files
main/programming/language/perl/perl-AnyEvent/pspec.xml
T
2019-06-21 17:28:15 +03:00

45 lines
1.8 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>perl-AnyEvent</Name>
<Homepage>https://metacpan.org/release/AnyEvent</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>Artistic</License>
<IsA>library</IsA>
<Summary>AnyEvent - provide framework for multiple event loops</Summary>
<Description>AnyEvent provides an identical interface to multiple event loops. This allows module authors to utilise an event loop without forcing module users to use the same event loop (as only a single event loop can coexist peacefully at any one time).</Description>
<Archive sha1sum="b3e0d76c5c0a29577ab1da35ce2fd62965656e9e" type="targz">https://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/AnyEvent-7.15.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>perl-AnyEvent</Name>
<RuntimeDependencies>
<Dependency>perl</Dependency>
<Dependency>perl-Event</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2019-06-21</Date>
<Version>7.15</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>