File: control

package info (click to toggle)
libsemantic-version-java 2.1.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: java: 2,843; xml: 173; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,270 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
32
33
34
Source: libsemantic-version-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Andreas B. Mundt <andi@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               default-jdk,
               maven-debian-helper (>= 2.6)
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libsemantic-version-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libsemantic-version-java
Homepage: https://github.com/skuzzle/semantic-version

Package: libsemantic-version-java
Architecture: all
Multi-Arch: foreign
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: single-class semantic version implementation for java
 Semantic-Version requires no further dependencies and is thereby easy
 to use within projects. Key features are:
 .
  - Lightweight: Consists of only a single file, no dependencies.
 .
  - Immutable: Strict immutability ensures easy handling and thread
 safety.
 .
  - Serializable: Objects can be serialized using Java's
 ObjectOutputStream.
 .
  - Fast: Many performance improvements make this the fastest semver
 implementation in java around (according to parsing and sorting
 performance).