libjs-cocktail 0.5.7-3.1 source package in Ubuntu

Changelog

libjs-cocktail (0.5.7-3.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Sat, 09 Jan 2021 11:41:15 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
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
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libjs-cocktail_0.5.7-3.1.dsc 2.0 KiB 3bb3e1f0013a166b7a1a9910c8ededb76ef21c910f4a69cf9fdffcaae43d3398
libjs-cocktail_0.5.7.orig.tar.xz 110.1 KiB c5c002550e94f6325f78ff3dfa0f104e58d3e0677b2c9ba5dbf29cc653ff9ff7
libjs-cocktail_0.5.7-3.1.debian.tar.xz 2.5 KiB 712cc7c1005fa5139944c63c6cba8dbe9adb5ec7c90fb2c8fd4c73b5038212c2

Available diffs

No changes file available.

Binary packages built by this source

libjs-cocktail: implementation of Backbone mixins

 With Cocktail, it is possible to break out a shared Backbone.js
 model/collection/view behaviors into separate modules and mix them into
 classes with. Cocktail is an implementation of Backbone mixins. Mixins are
 simply bare-bones JavaScript objects that provide additional functionality to
 Backbone objects. Think of them as bags of methods that will get added to all
 instances of objects.