ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/schmorpforge/genpage
(Generate patch)

Comparing cvsroot/schmorpforge/genpage (file contents):
Revision 1.124 by root, Mon Jul 27 14:40:45 2015 UTC vs.
Revision 1.125 by root, Mon Aug 14 04:36:34 2017 UTC

898Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes) 898Digest-Hashcash cpan cvs-pod(Hashcash.pm,) cvs-co(Changes)
899 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>. 899 Perl module to generate and parse <a href="http://www.hashcash.org">hashcashes</a>.
900 Follow the link to learn more. This module is currently faster than 900 Follow the link to learn more. This module is currently faster than
901 the hashcash reference library. 901 the hashcash reference library.
902 902
903Digest-FNV-XS cpan cvs-pod(XS.pm,) cvs-co(Changes)
904 Perl module to generate FNV hashes (FNV-0, FNV-1, FNV-1a in 32 and 64 bit)
905 plus utiilities for xor folding and retry mapping. The main selling
906 point over Digest::FNV is that it works with binary data.
907
903EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes) list(libev) 908EV cpan cvs-pod(EV.pm,) cvs-pod(../libev/ev.pod,libev-documentation) cvs-pod(EV/MakeMaker.pm) cvs-co(Changes) list(libev)
904 A thin wrapper around <a href="/pkg/libev.html">libev</a>, a 909 A thin wrapper around <a href="/pkg/libev.html">libev</a>, a
905 high-performance event loop. Intended as a faster and less buggy 910 high-performance event loop. Intended as a faster and less buggy
906 replacement for the Event perl module. Efficiently supports very high 911 replacement for the Event perl module. Efficiently supports very high
907 number of timers, scalable operating system APIs such as epoll, kqueue, 912 number of timers, scalable operating system APIs such as epoll, kqueue,
1292 users to manage their channels in a secure and efficient way and 1297 users to manage their channels in a secure and efficient way and
1293 allows operators to manage various things about their networks. 1298 allows operators to manage various things about their networks.
1294 Ermyth has been ported to C++ and goes its way using modern concepts 1299 Ermyth has been ported to C++ and goes its way using modern concepts
1295 and the object oriented paradigm. 1300 and the object oriented paradigm.
1296 1301
1302ExtUtils-CXX cpan cvs-pod(CXX.pm,) cvs-co(Changes) list(perl) irc(schmorp)
1303 Try to treat .xs files as C++ rather than C in your module.
1304
1305 This module can be used to compile C++ XS files. It might not be perfect,
1306 but is meant aa single point that needs patching, so other modules who rely on
1307 it do not have to be pqatched every single time.
1308

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines