Difference between revisions of "AnyEvent"

From Free Software Directory
Jump to: navigation, search
(Debian import)
 
(Added Debian link)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Status=
 
|User level=
 
|Submitted by=Debian import
 
|Computer languages=Perl
 
 
|Name=Anyevent
 
|Name=Anyevent
|Submitted date=2013-03-20
 
 
|Short description=event loop framework with multiple implementations
 
|Short description=event loop framework with multiple implementations
|VCS checkout command=
 
 
|Full description=AnyEvent is not an event model itself, it only interfaces to
 
|Full description=AnyEvent is not an event model itself, it only interfaces to
 
whatever event model the main program happens to use, in a
 
whatever event model the main program happens to use, in a
Line 20: Line 14:
 
without forcing your module users into the same thing by forcing
 
without forcing your module users into the same thing by forcing
 
them to use the same event model you use.
 
them to use the same event model you use.
|Component programs=
 
 
|Homepage URL=http://search.cpan.org/dist/AnyEvent/
 
|Homepage URL=http://search.cpan.org/dist/AnyEvent/
 +
|Computer languages=Perl
 +
|Accepts cryptocurrency donations=No
 +
|Last review by=Bendikker
 +
|Last review date=2018/03/08
 +
|Submitted date=2013-03-20
 
|Is GNU=No
 
|Is GNU=No
}}
 
{{Import
 
|Date=2013-03-20
 
|Source=Debian import
 
|Source link=http://packages.debian.org/sid/libanyevent-perl
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=©  
 
|License copyright=©  
 
© 2004-2009, Marc Alexander Lehmann <schmorp@schmorp.de>
 
© 2004-2009, Marc Alexander Lehmann <schmorp@schmorp.de>
 
© 2004-2009, Robin Redeker <elmex@ta-sa.org>
 
© 2004-2009, Robin Redeker <elmex@ta-sa.org>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 58: Line 50:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=©  
 
|License copyright=©  
 
© 2009, KAYAC Inc.
 
© 2009, KAYAC Inc.
 
© 2010-2011, Marc Lehmann <schmorp@schmorp.de>
 
© 2010-2011, Marc Lehmann <schmorp@schmorp.de>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 89: Line 79:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License verified date=2013-03-20
+
|License=Other
|License verified by=Debian
 
 
|License copyright=© 2009-2011, Jonathan Yu <jawnsy@cpan.org>
 
|License copyright=© 2009-2011, Jonathan Yu <jawnsy@cpan.org>
 
© 2009-2011, gregor herrmann <gregoa@debian.org>
 
© 2009-2011, gregor herrmann <gregoa@debian.org>
Line 101: Line 89:
 
© 2011-2012, Alessandro Ghedini <ghedo@debian.org>
 
© 2011-2012, Alessandro Ghedini <ghedo@debian.org>
 
© 2012, Xavier Guimard <x.guimard@free.fr>
 
© 2012, Xavier Guimard <x.guimard@free.fr>
 
+
|License verified by=Debian
|License=Other
+
|License verified date=2013-03-20
 
|License note=License: Artistic or GPL-1+
 
|License note=License: Artistic or GPL-1+
  
Line 124: Line 112:
 
   General Public License can be found in `/usr/share/common-
 
   General Public License can be found in `/usr/share/common-
 
   licenses/GPL-1'.
 
   licenses/GPL-1'.
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Marc Lehmann
 
|Real name=Marc Lehmann
|Resource URL=
 
 
|Role=contact
 
|Role=contact
 
|Email=schmorp@schmorp.de
 
|Email=schmorp@schmorp.de
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=Debian (Ref) (R)
 +
|Resource URL=https://tracker.debian.org/pkg/libanyevent-perl
 +
}}
 +
{{Resource
 +
|Resource kind=Download
 
|Resource URL=http://search.cpan.org/dist/AnyEvent/
 
|Resource URL=http://search.cpan.org/dist/AnyEvent/
|Resource kind=Download
+
}}
 +
{{Software category}}
 +
{{Featured}}
 +
{{Import
 +
|Date=2013-03-20
 +
|Source=Debian import
 +
|Source link=http://packages.debian.org/sid/libanyevent-perl
 
}}
 
}}

Revision as of 10:03, 8 March 2018


[edit]

Anyevent

https://metacpan.org/release/AnyEvent
event loop framework with multiple implementations

AnyEvent is not an event model itself, it only interfaces to whatever event model the main program happens to use, in a pragmatic way. For event models, the statement "there can only be one" is a bitter reality: In general, only one event loop can be active at the same time in a process. This module cannot change this, but it can hide the differences between them.

The goal of AnyEvent is to offer module authors the ability to do event programming (waiting for I/O or timer events) without subscribing to a religion, a way of living, and most importantly: without forcing your module users into the same thing by forcing them to use the same event model you use.



Download




Categories





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian

Verified on

20 March 2013

Notes

License: Artistic or GPL-1+

Artistic:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the Artistic License, which comes
 with Perl.
 On Debian systems, the complete text of the Artistic License can
 be found in `/usr/share/common-licenses/Artistic'.

GPL-1+:

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License as
 published by the Free Software Foundation; either version 1, or
 (at your option) any later version.
 On Debian systems, the complete text of version 1 of the GNU
 General Public License can be found in `/usr/share/common-
licenses/GPL-1'.




Leaders and contributors

Contact(s)Role
Marc Lehmann contact


Resources and communication

AudienceResource typeURI
Debian (Ref) (R)https://tracker.debian.org/pkg/libanyevent-perl
Perl (Ref)https://metacpan.org/release/AnyEvent


Software prerequisites




Entry














"contact" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian (Ref) (R)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/libanyevent-perl

[[Category:]]



Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.