node-async 0.1.22-2 source package in Ubuntu

Changelog

node-async (0.1.22-2) unstable; urgency=low


  * Fix build-depend on node-uglify (not libnode-uglify).
    Closes: bug#695814. Thanks to Adam Conrad.
  * Update watch and rules files to directly use github.com URL (not
    githubredir.debian.net).
  * Bump dephelper compatibility level to 8.
  * Update copyright file:
    + Fix use pseudo-comment section to obey silly restrictions of
      copyright format 1.0.

 -- Jonas Smedegaard <email address hidden>  Thu, 13 Dec 2012 02:04:24 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
node-async_0.1.22-2.dsc 2.0 KiB fcde0536fac6bbaa8c9a9210778559fadf80a956123a73e7fec5c00b11ff9fbd
node-async_0.1.22.orig.tar.gz 34.4 KiB 0211b2077bb3f059dacffa912c27e886235d0bd4036af73c62f9f5790c8facae
node-async_0.1.22-2.debian.tar.gz 4.1 KiB 216b25f8e16e5824755cf4bc7cbb7b4c19a770bbf21e44f90a8d4987ca3b42a3

No changes file available.

Binary packages built by this source

libjs-async: higher-order functions and common patterns for asynchronous Javascript

 Node is an event-based server-side JavaScript engine.
 .
 Async is a utility module which provides straight-forward, powerful
 functions for working with asynchronous Javascript. Although originally
 designed for use with Node, it can also be used directly in the
 browser.
 .
 Async provides around 20 functions that include the usual 'functional'
 suspects (map, reduce, filter, forEach…) as well as some common
 patterns for asynchronous control flow (parallel, series, waterfall…).
 All these functions assume you follow the Node convention of providing
 a single callback as the last argument of your async function.
 .
 This provides async for use directly in web browsers.

node-async: higher-order functions and common patterns for asynchronous Javascript

 Node is an event-based server-side JavaScript engine.
 .
 Async is a utility module which provides straight-forward, powerful
 functions for working with asynchronous Javascript. Although originally
 designed for use with Node, it can also be used directly in the
 browser.
 .
 Async provides around 20 functions that include the usual 'functional'
 suspects (map, reduce, filter, forEach…) as well as some common
 patterns for asynchronous control flow (parallel, series, waterfall…).
 All these functions assume you follow the Node convention of providing
 a single callback as the last argument of your async function.
 .
 This provides async for use with Node.