Adding debian version 1.2.0-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e864a6175d
commit
cb7b39712e
6 changed files with 75 additions and 0 deletions
28
debian/control
vendored
Normal file
28
debian/control
vendored
Normal file
|
@ -0,0 +1,28 @@
|
|||
Source: decko
|
||||
Section: web
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
pkg-js-tools,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.6.0
|
||||
Homepage: https://github.com/developit/decko
|
||||
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/decko
|
||||
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/decko
|
||||
|
||||
Package: node-decko
|
||||
Section: web
|
||||
Architecture: all
|
||||
Depends:
|
||||
${misc:Depends},
|
||||
Description: 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
|
Loading…
Add table
Add a link
Reference in a new issue