almond 0.2.7-1 source package in Ubuntu

Changelog

almond (0.2.7-1) unstable; urgency=low


  * upgraded to the newest upstream release
  * impoved debian/watch

 -- Georges Khaznadar <email address hidden>  Sun, 01 Dec 2013 12:56:07 +0100

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
almond_0.2.7-1.dsc 1.0 KiB 59089d53a7641f5cfc727bec8dfe2d9665b69be1e8c79629b545181debf5c797
almond_0.2.7.orig.tar.gz 79.3 KiB 8a84dc0841aca3b221e657b4bb959ec92ff1ce36ff9fe717cde4d0f20ce056a2
almond_0.2.7-1.debian.tar.gz 3.3 KiB 9e265e34d989b7fac62f2366c72f96d3efde5568278d459648881cb0dab2aa3e

Available diffs

No changes file available.

Binary packages built by this source

node-almond: minimal AMD API implementation for use in optimized browser builds

 Some developers like to use the AMD API to code modular JavaScript,
 but after doing an optimized build, they do not want to include a
 full AMD loader like RequireJS, since they do not need all that
 functionality.
 .
 In the context of Javascript modules, AMD refers to a format
 specification which makes modules easier to use. See
 http://requirejs.org/docs/whyamd.html#amd
 .
 Some use cases, like mobile, are very sensitive to file sizes.
 .
 By including almond in the built file, there is no need for
 RequireJS. almond is around **1 kilobyte** when minified with
 Closure Compiler and gzipped.