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 68 69
|
Source: igraph
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
jdupes,
d-shlibs,
libtool,
bison,
flex,
libxml2-dev,
libgmp-dev,
libarpack2-dev (>= 3.6.2-1~),
libblas-dev,
liblapack-dev,
libsuitesparse-dev,
libglpk-dev,
libf2c2-dev,
liblzma-dev
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/igraph
Vcs-Git: https://salsa.debian.org/med-team/igraph.git
Homepage: https://igraph.org/c/
Rules-Requires-Root: no
Package: libigraph1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: libigraph0, libigraph0v5
Replaces: libigraph0, libigraph0v5
Multi-Arch: same
Description: library for creating and manipulating graphs
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This is the runtime library package.
Package: libigraph-dev
Architecture: any
Section: libdevel
Depends: libigraph1 (= ${binary:Version}),
${devlibs:Depends},
${misc:Depends}
Multi-Arch: same
Description: library for creating and manipulating graphs - development files
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This package contains the include files and static library for igraph.
Package: libigraph-examples
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: libsuitesparse-dev
Multi-Arch: foreign
Description: library for creating and manipulating graphs - example files
igraph is a library for creating and manipulating graphs.
It is intended to be as powerful (ie. fast) as possible to enable the
analysis of large graphs.
.
This package contains the examples and tests for igraph.
|