jel 2.1.2-2 source package in Ubuntu

Changelog

jel (2.1.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + jel-java, jel-java-doc: Add Multi-Arch: foreign.

  [ Ole Streicher ]
  * Fix null string comparisons (patch from Konstantin Metlov)
  * Push Standards-Version to 4.6.0. No changes needed.

 -- Ole Streicher <email address hidden>  Mon, 25 Apr 2022 08:43:45 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
jel_2.1.2-2.dsc 2.1 KiB 9b6aa0c4a7c715a364dfb46399d75f9da4fd2ab53007bbf7a237b3912c656842
jel_2.1.2.orig.tar.gz 598.1 KiB 1fbac168fe514a9faf1d61562f1289fad620f209aa39f5a83c5fab45e20983a4
jel_2.1.2-2.debian.tar.xz 4.0 KiB e193ee4890afc41d7c801036634aae21e367f1d5dbd550c1e2a6bd8452495fd3

Available diffs

No changes file available.

Binary packages built by this source

jel-java: 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.

jel-java-doc: 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.