decko 1.2.0-3 source package in Ubuntu

Changelog

decko (1.2.0-3) sid; urgency=medium

  * Uploading to sid.
  * Updating packaging copyright for 2023.
  * Updating to standards version 4.6.2.

 -- Daniel Baumann <email address hidden>  Wed, 25 Jan 2023 09:23:40 +0100

Upload details

Uploaded by:
Daniel Baumann
Uploaded to:
Sid
Original maintainer:
Daniel Baumann
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
decko_1.2.0-3.dsc 1.8 KiB 886489bc219c5a531fa02728a7dde20bf3508d7028125780bb7ee280cec918b1
decko_1.2.0.orig.tar.xz 5.2 KiB 84c50150031ce6ca79926bb45deb8af803c5ce3659839863c680b5d2b2df3ae2
decko_1.2.0-3.debian.tar.xz 1.9 KiB cc85c52c88d8f43b3d1ac6dcf9a6e9b1bdd2f91e6623a7876cdc796cf116e31e

Available diffs

No changes file available.

Binary packages built by this source

node-decko: useful Javascript decorators

 Decorators help simplify code by replacing the noise of common patterns with
 declarative annotations.
 .
 Decko establishes 3 standard decorators that are immediately recognizable, so
 you can avoid creating decorators in your own codebase:
 .
   * @bind: make the value of this constant within a method
   * @debounce: throttle calls to a method
   * @memoize: cache return values based on arguments