units-filter 3.9-1 source package in Ubuntu

Changelog

units-filter (3.9-1) unstable; urgency=medium

  * new upstream release : more units recognized.
  * dropped the build-dependency on sphinx stuff since the documentation
    is build by upstream.

 -- Georges Khaznadar <email address hidden>  Fri, 20 Apr 2018 17:41:25 +0200

Upload details

Uploaded by:
Georges Khaznadar
Uploaded to:
Sid
Original maintainer:
Georges Khaznadar
Architectures:
any
Section:
science
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
units-filter_3.9-1.dsc 1.8 KiB f8350cacab301b889f91785924bf5b299deaf17a1a5d63c4053928c62158ee15
units-filter_3.9.orig.tar.xz 146.0 KiB 7351271092b6115a3b700831408d36666be30e29f6e3f0e0c951bc25123ffc6f
units-filter_3.9-1.debian.tar.xz 4.7 KiB 7971d36fe6a9478867ece991a00d4e494fcd3676a2021bbfc60c7ebfc7ff4ead

Available diffs

No changes file available.

Binary packages built by this source

units-filter: Parser for expressions concerning physical values

 Units-filter is a basic standalone filter written in C language,
 flex and bison. It inputs strings like "1.5e3 nN.m.s^-1" (it could
 be the time growth ratio of a torque) and outputs the value in
 standard SI unit, followed by the physical dimension of this value.
 .
  example :~/src$ echo 1.5e3 nN.m.s^-1 | units-filter
  1.5e-06   2   1  -3   0   0   0   0    0    0
 .
                                   2 -3
  which means : 1.5e-06 (SI unit) m .kg.s
 .
 This parser can be embedded in educational test systems, in order to
 analyze a student's answer to a problem of physics or chemistry.

units-filter-dbgsym: debug symbols for units-filter