File: control

package info (click to toggle)
leaflet 0.7.7%2B20160312-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,540 kB
  • ctags: 297
  • sloc: makefile: 17; sh: 15
file content (32 lines) | stat: -rw-r--r-- 1,290 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
28
29
30
31
32
Source: leaflet
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Harvey <andrew.harvey4@gmail.com>,
 Jonas Smedegaard <dr@jones.dk>
Build-Depends: cdbs (>= 0.4.106~),
 devscripts,
 debhelper,
 dh-buildinfo,
 node-uglify (>= 2),
 node-jake
Standards-Version: 3.9.8
Homepage: http://leafletjs.com/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/leaflet
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/leaflet.git

Package: libjs-leaflet
Architecture: all
Depends: ${misc:Depends}
Recommends: javascript-common
Description: JavaScript library for mobile-friendly interactive maps
 Leaflet is a modern JavaScript library for mobile-friendly interactive
 maps.  Weighing just about 27 KB of JS code, it has all the features
 most developers ever need for online maps.
 .
 Leaflet is designed with simplicity, performance and usability in mind.
 It works efficiently across all major desktop and mobile platforms out
 of the box, taking advantage of HTML5 and CSS3 on modern browsers while
 still being accessible on older ones. It can be extended with many
 plugins, has a beautiful, easy to use and well-documented API and a
 simple, readable source code that is a joy to contribute to.