File: control

package info (click to toggle)
curvesapi 1.06-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 764 kB
  • sloc: java: 5,589; xml: 116; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 935 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
Source: curvesapi
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 maven-debian-helper (>= 2.1)
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/java-team/curvesapi.git
Vcs-Browser: https://salsa.debian.org/java-team/curvesapi
Homepage: https://github.com/virtuald/curvesapi

Package: libcurvesapi-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: Java implementation of mathematical curves defined over a set of control points
 Implementation of various mathematical curves that define themselves over
 a set of control points. The API is written in Java. The curves supported
 are: Bezier, B-Spline, Cardinal Spline, Catmull-Rom Spline, Lagrange, Natural
 Cubic Spline, and NURBS.