File: control

package info (click to toggle)
cimfomfa 21-361-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,104 kB
  • sloc: ansic: 10,764; sh: 1,053; makefile: 57
file content (40 lines) | stat: -rw-r--r-- 1,474 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
Source: cimfomfa
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Joost van Baal-Ilić <joostvb@debian.org>
Build-Depends: debhelper-compat (= 13),
               d-shlibs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/cimfomfa
Vcs-Git: https://salsa.debian.org/science-team/cimfomfa.git
Homepage: http://micans.org/cimfomfa
Rules-Requires-Root: no

Package: libtingea0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: C utility library libtingea for MCL and zoem
 cimfomfa supplies abstractions for memory management, I/O,
 associative arrays, strings, heaps, and a few other things.
 It is used by both MCL, a cluster algorithm for graphs, and
 zoem, a macro/DSL language.  The tingea library comes with
 some testing programs.

Package: libtingea-dev
Architecture: any
Section: libdevel
Depends: libtingea0 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Multi-Arch: same
Description: C utility library libtingea for MCL and zoem (devel)
 cimfomfa supplies abstractions for memory management, I/O,
 associative arrays, strings, heaps, and a few other things.
 It is used by both MCL, a cluster algorithm for graphs, and
 zoem, a macro/DSL language.  The tingea library comes with
 some testing programs.
 .
 This package contains the static library and header files.