libminion-perl 10.26+dfsg-1 source package in Ubuntu

Changelog

libminion-perl (10.26+dfsg-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 10.26+dfsg.
  * Update years of upstream copyright.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 17 Nov 2023 18:53:12 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libminion-perl_10.26+dfsg-1.dsc 2.5 KiB a504380d4690b13b79de8822f0e268d955ec96278e51d36e8ae7d18a57f6ddf1
libminion-perl_10.26+dfsg.orig.tar.xz 194.3 KiB b83369ea2584eb6cdf5232cd8f6aac90fc071f16a9c08155d283f261029dbc2a
libminion-perl_10.26+dfsg-1.debian.tar.xz 30.9 KiB 134f0563c96378c8c8a1306a6b6d52dcdf6c62e45429f6f4e8334351a758c6d1

Available diffs

No changes file available.

Binary packages built by this source

libminion-perl: job queue for Mojolicious

 Minion is a job queue for the Mojolicious real-time web framework, with
 support for multiple named queues, priorities, delayed jobs, job
 dependencies, job results, retries with backoff, statistics, distributed
 workers, parallel processing, autoscaling, resource leak protection and
 multiple backends (such as PostgreSQL).
 .
 Job queues allow you to process time and/or computationally intensive tasks
 in background processes, outside of the request/response lifecycle. Among
 those tasks you'll commonly find image resizing, spam filtering, HTTP
 downloads, building tarballs, warming caches and basically everything else
 you can imagine that's not super fast.