File: control

package info (click to toggle)
unuran 1.11.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,344 kB
  • sloc: ansic: 204,607; sh: 4,783; perl: 3,160; makefile: 839; cpp: 24
file content (42 lines) | stat: -rw-r--r-- 1,484 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
Source: unuran
Section: libs
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alex Myczko <tar@debian.org>,
           Stephan Lachnit <stephanlachnit@debian.org>
Rules-Requires-Root: no
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 libgsl-dev
Standards-Version: 4.7.0
Homepage: https://statmath.wu.ac.at/unuran/
Vcs-Browser: https://salsa.debian.org/science-team/unuran
Vcs-Git: https://salsa.debian.org/science-team/unuran.git

Package: libunuran16t64
Provides: ${t64:Provides}
Replaces: libunuran16
Breaks: libunuran16 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Universal Non-Uniform RAndom Number generator
 This is a collection of algorithms for generating non-uniform pseudorandom
 variates as a library of C functions designed and implemented by the ARVAG
 (Automatic Random VAriate Generation) project group in Vienna.

Package: libunuran-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libunuran16t64 (= ${binary:Version}),
 ${misc:Depends},
Description: Universal Non-Uniform RAndom Number generator - development files
 This is a collection of algorithms for generating non-uniform pseudorandom
 variates as a library of C functions designed and implemented by the ARVAG
 (Automatic Random VAriate Generation) project group in Vienna.
 .
 This package provides unuran library development files.