File: control

package info (click to toggle)
libjs-backbone-deep-model 0.10.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 652 kB
  • sloc: javascript: 11,971; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 927 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: libjs-backbone-deep-model
Standards-Version: 4.7.2
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Section: web
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 yui-compressor,
Vcs-Browser: https://salsa.debian.org/js-team/libjs-backbone-deep-model
Vcs-Git: https://salsa.debian.org/js-team/libjs-backbone-deep-model.git
Homepage: https://github.com/powmedia/backbone-deep-model

Package: libjs-backbone-deep-model
Section: javascript
Architecture: all
Multi-Arch: foreign
Depends:
 libjs-backbone,
 ${misc:Depends},
Recommends:
 javascript-common,
Description: improved support for models with nested attributes
 Deep model is a plugin for the Backbone javascript library, which allows one
 to get and set nested attributes with path syntax, e.g. user.type. It Triggers
 change events for changes on nested attributes.