The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

All Releases by Ed J

River gauge Release Uploaded
River stage three • 93 direct dependents • 101 total dependents PDL-2.088 Perl Data Language 21 Apr 2024 23:58:19 UTC
River stage zero No dependents PDL-Graphics-Prima-0.21 PDL demo for PDL::Graphics::Prima 21 Apr 2024 23:46:01 UTC
River stage zero No dependents PDL-Graphics-PLplot-0.84 demonstrate PDL::Graphics::PLplot capabilities 21 Apr 2024 23:43:12 UTC
River stage zero No dependents PDL-Graphics-Simple-1.011 Simple backend-independent plotting for PDL 21 Apr 2024 23:40:18 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.026 Gnuplot-based plotting for PDL 20 Apr 2024 15:05:30 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.025 Gnuplot-based plotting for PDL 20 Apr 2024 01:13:05 UTC
River stage one • 2 direct dependents • 4 total dependents Alien-Gnuplot-1.043 Find and verify functionality of the gnuplot executable. 13 Apr 2024 19:02:18 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.087 Perl Data Language 05 Apr 2024 22:39:41 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.086 Perl Data Language 31 Mar 2024 18:05:27 UTC
River stage zero No dependents PDL-NDBin-0.028 Multidimensional binning & histogramming 27 Mar 2024 15:56:39 UTC
River stage zero No dependents PDL-NDBin-0.027 Multidimensional binning & histogramming 26 Mar 2024 15:42:02 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.085_02 Perl Data Language 25 Mar 2024 20:34:01 UTC
River stage one • 3 direct dependents • 3 total dependents PGPLOT-2.29 allow subroutines in the PGPLOT graphics library to be called from Perl. 24 Mar 2024 18:51:21 UTC
River stage zero No dependents PDL-Graphics-Simple-1.010 Simple backend-independent plotting for PDL 24 Mar 2024 12:51:25 UTC
River stage zero No dependents PDL-FFTW3-0.19 PDL interface to the Fastest Fourier Transform in the West 24 Feb 2024 18:49:52 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.38 PDL bindings to some BLAS and LAPACK library routines 20 Feb 2024 11:24:43 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.085_01 Perl Data Language 10 Feb 2024 23:26:33 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.085 Perl Data Language 30 Jan 2024 04:23:50 UTC
River stage three • 34 direct dependents • 102 total dependents ExtUtils-CppGuess-0.27 guess C++ compiler and flags 19 Nov 2023 19:21:30 UTC
River stage three • 78 direct dependents • 141 total dependents Graph-0.9727 graph data structures and algorithms 25 Jun 2023 17:34:56 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.084 Perl Data Language 21 May 2023 16:35:20 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.083 Perl Data Language 30 Apr 2023 11:02:01 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.082_01 Perl Data Language 27 Apr 2023 16:08:58 UTC
River stage one • 3 direct dependents • 4 total dependents PDL-Stats-0.83 a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. 01 Apr 2023 04:16:47 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.37 PDL bindings to some BLAS and LAPACK library routines 01 Apr 2023 04:13:51 UTC
River stage one • 2 direct dependents • 4 total dependents Alien-Gnuplot-1.042 Find and verify functionality of the gnuplot executable. 30 Mar 2023 06:02:28 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.024 Gnuplot-based plotting for PDL 30 Mar 2023 05:57:09 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.36 PDL bindings to some BLAS and LAPACK library routines 28 Mar 2023 23:52:15 UTC
River stage zero No dependents PDL-OpenCV-0.001 PDL bindings for OpenCV $descrip_label \n=head1 SYNOPSIS \n use PDL::OpenCV$last; \n=cut \nuse strict; use warnings; use PDL::OpenCV; # get constants EOPM pp_addhdr(qq{#include "opencv_wrapper.h"\n#include "wraplocal.h"\n}); my @flist = genpp_readfile('funclist.pl'); my @topfuncs = grep $_->[0] eq '', @flist; my %class2func2suffix; if (@topfuncs) { pp_bless("PDL::OpenCV$last"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main::PDLMOD} PACKAGE = ${main::PDLOBJ} EOF genpp(maybe_suffix \%class2func2suffix, @$_) for @topfuncs; } else { pp_addpm("=pod\n\nNone.\n\n=cut\n\n"); } for my $c (@classes) { pp_bless(my $fullclass = "PDL::OpenCV::$c"); pp_addxs(<<EOF); # work around PP bug MODULE = ${main::PDLMOD} PACKAGE = ${main::PDLOBJ} EOF my $doc = $class2doc{$c} // ''; $doc = text_trim doxy2pdlpod(doxyparse($doc)) if $doc; pp_addpm(<<EOD); 26 Mar 2023 06:02:44 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.082 Perl Data Language 22 Mar 2023 16:06:20 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.081_03 Perl Data Language 20 Mar 2023 03:31:04 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.081_02 Perl Data Language 14 Mar 2023 03:30:16 UTC
River stage one • 2 direct dependents • 4 total dependents Alien-Gnuplot-1.041 Find and verify functionality of the gnuplot executable. 12 Mar 2023 23:32:06 UTC
River stage zero No dependents PDL-Graphics-Prima-0.20 an interactive plotting widget and library for PDL and Prima 07 Mar 2023 15:54:43 UTC
River stage two • 29 direct dependents • 40 total dependents GraphViz-2.26 Interface to AT&T's GraphViz. Deprecated. See GraphViz2 03 Mar 2023 18:32:44 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.081_01 Perl Data Language 27 Feb 2023 17:12:26 UTC
River stage three • 78 direct dependents • 141 total dependents Graph-0.9726 graph data structures and algorithms 11 Feb 2023 20:14:35 UTC
River stage zero No dependents PDL-Graphics-Prima-0.19 PDL demo for PDL::Graphics::Prima 06 Feb 2023 13:49:56 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.023 Gnuplot-based plotting for PDL 29 Jan 2023 13:33:13 UTC
River stage zero No dependents PDL-Graphics-Simple-1.009 Simple backend-independent plotting for PDL 28 Jan 2023 05:21:20 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.022 Gnuplot-based plotting for PDL 28 Jan 2023 05:09:32 UTC
River stage zero No dependents Alien-HDF4-0.06 Encapsulate install info for HDF4 27 Jan 2023 20:25:34 UTC
River stage zero No dependents PDL-Graphics-Prima-0.18 an interactive plotting widget and library for PDL and Prima 27 Jan 2023 19:00:26 UTC
River stage one • 1 direct dependent • 2 total dependents PDL-Transform-Color-1.007 Useful color system conversions for PDL 12 Jan 2023 15:20:43 UTC
River stage one • 2 direct dependents • 4 total dependents PDL-Graphics-ColorSpace-0.203 defines RGB space conversion parameters and white points. 12 Jan 2023 14:09:41 UTC
River stage one • 2 direct dependents • 4 total dependents PDL-Graphics-ColorSpace-0.202 defines RGB space conversion parameters and white points. 12 Jan 2023 02:48:44 UTC
River stage zero No dependents PDL-Opt-QP-0.29 Quadratic programming solver for PDL 09 Jan 2023 13:59:05 UTC
River stage zero No dependents PDL-Opt-QP-0.28 Quadratic programming solver for PDL 06 Jan 2023 05:00:18 UTC
River stage zero No dependents PDL-Opt-QP-0.27_01 Quadratic programming solver for PDL 05 Jan 2023 05:26:49 UTC
River stage zero No dependents PDL-Graphics-Simple-1.008 Simple backend-independent plotting for PDL 29 Dec 2022 21:00:58 UTC
River stage zero No dependents PDL-Parallel-threads-0.05 launch and synchronize Single-Instruction-Multiple-Dataset code 26 Dec 2022 04:58:55 UTC
River stage two • 10 direct dependents • 11 total dependents JavaScript-V8-0.11 Perl interface to the V8 JavaScript engine 19 Dec 2022 00:46:06 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.081 Perl Data Language 25 Oct 2022 15:45:26 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.080_02 Perl Data Language 22 Oct 2022 16:39:02 UTC
River stage four • 376 direct dependents • 1144 total dependents Log-Log4perl-1.57 Log4j implementation for Perl 21 Oct 2022 16:47:36 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.080_01 Perl Data Language 21 Oct 2022 16:33:36 UTC
River stage four • 376 direct dependents • 1144 total dependents Log-Log4perl-1.56 Log4j implementation for Perl 02 Sep 2022 17:49:26 UTC
River stage two • 29 direct dependents • 40 total dependents GraphViz-2.25 Interface to AT&T's GraphViz. Deprecated. See GraphViz2 20 Aug 2022 22:58:31 UTC
River stage two • 19 direct dependents • 21 total dependents GraphViz2-2.67 A wrapper for AT&T's Graphviz 21 Jul 2022 12:49:05 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.35 PDL bindings to some BLAS and LAPACK library routines 17 Jul 2022 17:41:49 UTC
River stage zero No dependents PDL-Graphics-PLplot-0.83 Object-oriented interface from perl/PDL to the PLPLOT plotting library 17 Jul 2022 01:27:02 UTC
River stage zero No dependents PDL-Graphics-PLplot-0.82 Object-oriented interface from perl/PDL to the PLPLOT plotting library 17 Jul 2022 01:20:24 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.34 PDL bindings to some BLAS and LAPACK library routines 17 Jul 2022 00:23:35 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.33 PDL bindings to some BLAS and LAPACK library routines 14 Jul 2022 17:05:35 UTC
River stage zero No dependents Dancer2-Plugin-GraphQL-0.09 a plugin for adding GraphQL route handlers 18 Jun 2022 22:20:12 UTC
River stage four • 376 direct dependents • 1144 total dependents Log-Log4perl-1.55 Log4j implementation for Perl 01 Jun 2022 23:40:12 UTC
River stage four • 94 direct dependents • 2047 total dependents Text-Balanced-2.05_01 Extract delimited text sequences from strings. 29 May 2022 03:51:55 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.080 Perl Data Language 28 May 2022 16:44:03 UTC
River stage one • 3 direct dependents • 4 total dependents PDL-Stats-0.82 a collection of statistics modules in Perl Data Language, with a quick-start guide for non-PDL people. 22 May 2022 23:42:38 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.32 PDL bindings to some BLAS and LAPACK library routines 06 May 2022 20:56:32 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.31 PDL bindings to some BLAS and LAPACK library routines 06 May 2022 19:34:29 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.079 Perl Data Language 03 May 2022 03:31:09 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.30 PDL bindings to some BLAS and LAPACK library routines 02 May 2022 18:22:04 UTC
River stage zero No dependents PDL-NetCDF-4.24 Object-oriented interface between NetCDF files and PDL objects. 26 Apr 2022 23:27:10 UTC
River stage three • 34 direct dependents • 102 total dependents ExtUtils-CppGuess-0.26 guess C++ compiler and flags 21 Apr 2022 10:01:10 UTC
River stage three • 34 direct dependents • 102 total dependents ExtUtils-CppGuess-0.25 guess C++ compiler and flags 20 Apr 2022 17:52:13 UTC
River stage three • 34 direct dependents • 102 total dependents ExtUtils-CppGuess-0.24 guess C++ compiler and flags 19 Apr 2022 17:26:38 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.29 PDL bindings to some BLAS and LAPACK library routines 10 Apr 2022 22:49:15 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.078 Perl Data Language 10 Apr 2022 04:32:09 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.28 PDL bindings to some BLAS and LAPACK library routines 09 Apr 2022 09:16:30 UTC
River stage one • 2 direct dependents • 3 total dependents PDL-LinearAlgebra-0.27 PDL bindings to some BLAS and LAPACK library routines 06 Apr 2022 06:28:11 UTC
River stage one • 6 direct dependents • 6 total dependents GraphQL-0.54 Perl implementation of GraphQL 24 Mar 2022 19:30:08 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.077 Perl Data Language 16 Mar 2022 13:05:07 UTC
River stage two • 43 direct dependents • 76 total dependents Inline-C-0.82_001 C Language Support for Inline 10 Mar 2022 19:40:24 UTC
River stage four • 94 direct dependents • 2047 total dependents Text-Balanced-2.04_02 Extract delimited text sequences from strings. 09 Mar 2022 23:54:00 UTC
River stage one • 1 direct dependent • 1 total dependent Alien-Gimp-0.10 Encapsulate install info for GIMP 09 Mar 2022 21:44:51 UTC
River stage four • 94 direct dependents • 2047 total dependents Text-Balanced-2.04_01 Extract delimited text sequences from strings. 07 Mar 2022 06:19:33 UTC
River stage two • 43 direct dependents • 76 total dependents Inline-C-0.82 C Language Support for Inline 02 Mar 2022 15:39:05 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.021 Gnuplot-based plotting for PDL 02 Mar 2022 00:01:05 UTC
River stage one • 1 direct dependent • 1 total dependent Test-PDL-0.20 Test Perl Data Language arrays (a.k.a. ndarrays) for equality 26 Feb 2022 21:27:36 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.076 Perl Data Language 25 Feb 2022 06:57:34 UTC
River stage one • 3 direct dependents • 3 total dependents PGPLOT-2.28 allow subroutines in the PGPLOT graphics library to be called from Perl. 24 Feb 2022 16:37:32 UTC
River stage zero No dependents PDL-Fit-Levmar-0.0106 Nonlinear fit and optimization routines for pdl 23 Feb 2022 01:04:19 UTC
River stage zero No dependents PDL-Opt-NonLinear-0.08 Non linear optimization routines for PDL 21 Feb 2022 08:00:16 UTC
River stage zero No dependents PDL-NDBin-0.026 Multidimensional binning & histogramming 21 Feb 2022 03:55:04 UTC
River stage zero No dependents PDL-Graphics-PLplot-0.81 Object-oriented interface from perl/PDL to the PLPLOT plotting library 20 Feb 2022 19:57:10 UTC
River stage three • 93 direct dependents • 101 total dependents PDL-2.075 Perl Data Language 19 Feb 2022 02:27:54 UTC
River stage one • 2 direct dependents • 4 total dependents PDL-Graphics-ColorSpace-0.201 defines RGB space conversion parameters and white points. 14 Feb 2022 06:47:36 UTC
River stage one • 2 direct dependents • 4 total dependents PDL-Graphics-ColorSpace-0.200 defines RGB space conversion parameters and white points. 14 Feb 2022 06:16:21 UTC
River stage one • 1 direct dependent • 1 total dependent PDL-Graphics-Gnuplot-2.020 Gnuplot-based plotting for PDL 14 Feb 2022 01:04:56 UTC