File: control

package info (click to toggle)
mcl 1%3A14-137%2Bds-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 13,412 kB
  • sloc: ansic: 53,278; ml: 5,793; sh: 4,492; perl: 3,967; makefile: 432; python: 43
file content (67 lines) | stat: -rw-r--r-- 2,230 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Source: mcl
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>,
           Shayan Doust <hello@shayandoust.me>
Section: math
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-ocaml,
               zoem,
               tidy,
               aephea,
               ocaml,
               ocamlbuild,
               ocaml-findlib,
               oasis,
               bsdextrautils | bsdmainutils (<< 12.1.1~),
               dh-exec
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/mcl
Vcs-Git: https://salsa.debian.org/med-team/mcl.git
Homepage: https://micans.org/mcl/
Rules-Requires-Root: no

Package: mcl
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: mcl-doc
Enhances: blast2,
          ncbi-tools-bin,
          bioperl-run
Description: Markov Cluster algorithm
 The MCL package is an implementation of the MCL algorithm, and offers
 utilities for manipulating sparse matrices (the essential data
 structure in the MCL algorithm) and conducting cluster experiments.
 .
 MCL is currently being used in sciences like biology (protein family
 detection, genomics), computer science (node clustering in
 Peer-to-Peer networks), and linguistics (text analysis).

Package: mcl-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: mcl
Description: documentation for mcl
 The MCL package is an implementation of the Markov Cluster algorithm,
 for manipulating sparse matricess and conducting cluster experiments.
 .
 This is documentation for mcl: the MCL FAQ, some examples as well as manpages
 in HTML and PostScript format.

Package: libmcl-ocaml-dev
Architecture: any
Section: ocaml
Depends: ocaml-findlib,
         mcl,
         ${ocaml:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Provides: ${ocaml:Provides}
Description: library providing bindings between mcl and OCaml
 The MCL package is an implementation of the MCL algorithm, and offers
 utilities for manipulating sparse matrices (the essential data
 structure in the MCL algorithm) and conducting cluster experiments.
 .
 This library provides bindings between mcl and OCaml.