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
|
Source: librungekutta-java
Section: java
Priority: optional
Maintainer: Masahiko Hyuga <m-hyuga@mail.117.cx>
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7), cdbs, default-jdk, ant
Homepage: http://www.epii.jp/
Vcs-Bzr: lp:~epii/+junk/librungekutta-java
Vcs-Browser: http://bazaar.launchpad.net/~epii/+junk/librungekutta-java/files
Package: librungekutta-java
Architecture: all
Depends: ${misc:Depends}
Suggests: librungekutta-java-doc (>= ${source:Version}), default-jre-headless
Description: Runge-Kutta Java library
This is a Ruge-Kutta Java library.
You can solve differential equations with this library.
Package: librungekutta-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: librungekutta-java (>= ${source:Version})
Description: Runge-Kutta Java library - documentation
This package contains the Javadoc documentation for librungekutta-java.
|