File: control

package info (click to toggle)
openlibm 0.5.4%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,712 kB
  • ctags: 3,790
  • sloc: ansic: 25,817; asm: 1,160; pascal: 133; cpp: 108; makefile: 100
file content (43 lines) | stat: -rw-r--r-- 1,871 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
Source: openlibm
Priority: optional
Maintainer: Debian Julia Team <pkg-julia-devel@lists.alioth.debian.org>
Uploaders: Graham Inggs <ginggs@debian.org>, Peter Colberg <peter@colberg.org>
Build-Depends: debhelper (>= 9), dh-exec
Standards-Version: 3.9.8
Section: libs
Homepage: https://github.com/JuliaLang/openlibm
Vcs-Git: https://anonscm.debian.org/git/pkg-julia/openlibm.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-julia/openlibm.git

Package: libopenlibm2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: standalone implementation of C mathematical functions (shared library)
 OpenLibm is an effort to have a high quality, portable, standalone libm
 implementation, under a liberal free software license. It can be used
 standalone in applications and programming language implementations.
 .
 The project was born out of a need to have a good libm for the Julia
 programming language that worked consistently across compilers and operating
 systems, and in 32-bit and 64-bit environments.
 .
 This package contains a shared version of the library.

Package: libopenlibm-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopenlibm2 (= ${binary:Version}), ${misc:Depends}
Description: standalone implementation of C mathematical functions (development files)
 OpenLibm is an effort to have a high quality, portable, standalone libm
 implementation, under a liberal free software license. It can be used
 standalone in applications and programming language implementations.
 .
 The project was born out of a need to have a good libm for the Julia
 programming language that worked consistently across compilers and operating
 systems, and in 32-bit and 64-bit environments.
 .
 This package contains the development files needed to compile software using
 openlibm.