File: control

package info (click to toggle)
libbrahe 1.3.2-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,576 kB
  • sloc: sh: 10,143; ansic: 1,289; cpp: 274; makefile: 58
file content (50 lines) | stat: -rw-r--r-- 2,079 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
Source: libbrahe
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Build-Depends: debhelper-compat (= 13),
 doxygen,
Standards-Version: 4.7.2
Section: libs
Vcs-Browser: https://salsa.debian.org/science-team/libbrahe
Vcs-Git: https://salsa.debian.org/science-team/libbrahe.git
Homepage: https://web.archive.org/web/20191102085924/http://coyotegulch.scottrobertladd.net:80/products/brahe/index.html
Rules-Requires-Root: no

Package: libbrahe-dev
Section: libdevel
Architecture: any
Depends: libbrahe-1.3-3 (= ${binary:Version}), ${misc:Depends}, libjs-jquery
Description: heterogeneous C library of numeric functions (development)
 This library provides:
 .
   * a function for rounding floating point values to a specific number
     of digits
   * several pseudo-random number generators, including the Mersenne
     Twister, various algorithms by Marsaglia, and ISAAC
   * least common multiple and greatest common denominator functions
   * a few trigonometry functions for finding the inversions of hyperbolic
     sine, cosine, and tangent
 .
 This library is also used by libevocosm, which is in turn the
 foundation for Acovea, used to determine optimal compiler optimizations
 .
 This package contains the files needed to develop code using libbrahe.

Package: libbrahe-1.3-3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: heterogeneous C library of numeric functions
 This library provides:
 .
   * a function for rounding floating point values to a specific number
     of digits
   * several pseudo-random number generators, including the Mersenne
     Twister, various algorithms by Marsaglia, and ISAAC
   * least common multiple and greatest common denominator functions
   * a few trigonometry functions for finding the inversions of hyperbolic
     sine, cosine, and tangent
 .
 This library is also used by libevocosm, which is in turn the
 foundation for Acovea, used to determine optimal compiler optimizations