almond 0.3.3+dfsg-1 source package in Ubuntu

Changelog

almond (0.3.3+dfsg-1) unstable; urgency=medium

  * upgraded to the newest upstrea source
  * upgraded Standards-Version to 4.13, dh to 10
  * actited Vcs fields in d/control
  * modified the installation directory for JS files
  * removed the useless d/README.source file
  * renamed the short name for "dual license  new bsd  mit"
  * changed the section to javascript
  * changed the priority to optional
  * changed the Homepage field in d/control

 -- Georges Khaznadar <email address hidden>  Mon, 19 Feb 2018 16:29:27 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
almond_0.3.3+dfsg-1.dsc 1.8 KiB b198e699779fd3c3c99f45ba58cfb5df7ba195c25ecad22606c1f18eb5f22b6d
almond_0.3.3+dfsg.orig.tar.xz 65.4 KiB e2ecb87bcb878a14c3761564f594773043110639f500ad615a7f510886960177
almond_0.3.3+dfsg-1.debian.tar.xz 3.7 KiB e9dc5f244dc7dfa795bed3783ace0247bd99272660c5ee00e51f6f1e2d313f99

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.