File: control

package info (click to toggle)
jel 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,328 kB
  • sloc: javascript: 15,979; java: 6,767; xml: 1,729; makefile: 6
file content (57 lines) | stat: -rw-r--r-- 2,336 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Source: jel
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Section: java
Priority: optional
Build-Depends: ant,
               debhelper-compat (= 13),
               dh-exec,
               javahelper
Build-Depends-Indep: default-jdk,
                     default-jdk-doc,
                     junit,
                     ant-optional
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/science-team/jel
Vcs-Git: https://salsa.debian.org/science-team/jel.git
Homepage: https://www.gnu.org/software/jel/
Rules-Requires-Root: no

Package: jel-java
Architecture: all
Multi-Arch: foreign
Depends: ${java:Depends},
         ${misc:Depends}
Description: Library for evaluating algebraic expressions in Java
 The JEL library enables users to enter algebraic expressions into their
 program. Since JEL converts expressions directly into Java bytecode,
 it significantly speeds up their evaluation time. If the user's Java
 virtual machine has a JIT compiler, expressions are transparently
 compiled into native machine code.
 .
 JEL may be a very useful tool for a variety of applications in science
 involving user-defined functions, e.g. to create plots, to apply fits
 to a data set and to solve integrals or differential equations.
 Another relevant use case for JEL is given by algebraic operations
 between two or more columns of a database table.

Package: jel-java-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc
Description: Java Expressions Library (documentation)
 The JEL library enables users to enter algebraic expressions into their
 program. Since JEL converts expressions directly into Java bytecode,
 it significantly speeds up their evaluation time. If the user's Java
 virtual machine has a JIT compiler, expressions are transparently
 compiled into native machine code.
 .
 JEL may be a very useful tool for a variety of applications in science
 involving user-defined functions, e.g. to create plots, to apply fits
 to a data set and to solve integrals or differential equations.
 Another relevant use case for JEL is given by algebraic operations
 between two or more columns of a database table.
 .
 This package contains the JavaDoc documentation of the package.