File: control

package info (click to toggle)
vecmath 1.5.2-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 1,060 kB
  • sloc: java: 16,186; xml: 238; makefile: 6
file content (42 lines) | stat: -rw-r--r-- 1,679 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
33
34
35
36
37
38
39
40
41
42
Source: vecmath
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: ant-optional,
               debhelper (>= 11),
               default-jdk,
               default-jdk-doc,
               javahelper (>= 0.32~),
               maven-repo-helper
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/vecmath.git
Vcs-Browser: https://salsa.debian.org/java-team/vecmath
Homepage: https://tracker.debian.org/pkg/vecmath

Package: libvecmath-java
Architecture: all
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Provides: libvecmath1.2-java
Description: javax.vecmath vector math package
 This package includes classes for 3-space vector/point, 4-space vector, 4x4,
 3x3 matrix, quaternion, axis-angle combination and etc. which are often
 utilized for computer graphics mathematics. Most of the classes have single
 and double precision versions. Generic matrices' LU and SV decomposition are
 also there.

Package: libvecmath-java-doc
Architecture: all
Section: doc
Suggests: libvecmath-java
Depends: ${misc:Depends}, ${java:Depends}
Recommends: ${java:Recommends}
Description: javax.vecmath vector math package (documentation)
 This package includes classes for 3-space vector/point, 4-space vector, 4x4,
 3x3 matrix, quaternion, axis-angle combination and etc. which are often
 utilized for computer graphics mathematics. Most of the classes have single
 and double precision versions. Generic matrices' LU and SV decomposition are
 also there.
 .
 This package contains the API documentation for javax.vecmath.