File: control

package info (click to toggle)
webjars-locator-core 0.30-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 436 kB
  • ctags: 236
  • sloc: java: 1,740; xml: 199; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,299 bytes parent folder | download | duplicates (2)
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
Source: webjars-locator-core
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0)
Build-Depends-Indep: libcommons-compress-java,
                     libcommons-lang3-java,
                     libslf4j-java
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/webjars-locator-core.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/webjars-locator-core.git
Homepage: http://webjars.org

Package: libwebjars-locator-core-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: WebJars Locator Core
 WebJars are client-side web libraries (e.g. jQuery & Bootstrap) packaged
 into JAR files. They allow one to:
  * Explicitly and easily manage the client-side dependencies in JVM-based
    web applications
  * Use JVM-based build tools (e.g. Maven, Gradle...) to download client-side
    dependencies
  * Know which client-side dependencies are used
  * Resolve transitive dependencies automatically and optionally load them
    via RequireJS
 .
 The WebJars Locator Core library provides a means to locate assets within
 WebJars.