emacs-deferred 0.5.1-5 source package in Ubuntu

Changelog

emacs-deferred (0.5.1-5) unstable; urgency=medium

  * Add patch to fix wrong-number-of-arguments error (Closes: #1020029)
  * Add upstream metadata
  * d/control: Declare Standards-Version 4.6.1 (no changes needed)
  * d/copyright: Bump copyright years

 -- Lev Lamberov <email address hidden>  Fri, 07 Oct 2022 16:46:44 +0500

Upload details

Uploaded by:
Debian Emacsen team
Uploaded to:
Sid
Original maintainer:
Debian Emacsen team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
emacs-deferred_0.5.1-5.dsc 2.1 KiB 6ccbd214308ae911d6112337d85f38f641a85759954b633c08f8e1fd08f89eab
emacs-deferred_0.5.1.orig.tar.gz 56.3 KiB 9d59e379745c98bac710672f7ec78add1d987fd8cec1020722d883ac10f1572e
emacs-deferred_0.5.1-5.debian.tar.xz 4.4 KiB 748eb54c531d25afb1941b0091685d9198cfa2108462469782f78a1e701839f9

Available diffs

No changes file available.

Binary packages built by this source

elpa-concurrent: higher level library for concurrent tasks

 It is a higher level library for concurrent tasks based on deferred.el. This
 library has following features:
 .
  - Generator
  - Green thread
  - Semaphore
  - Dataflow
  - Signal/Channel

elpa-deferred: simple asynchronous functions for Emacs Lisp

 It is a simple library for asynchronous tasks.
 .
 The API is almost the same as JSDeferred (by cho45) and Mochikit.Async
 (by Bob Ippolito) in JavaScript.