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 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
Source: nauty
Section: math
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jerome Benoit <calculus@rezozer.net>,
Doug Torrance <dtorrance@debian.org>
Build-Depends: debhelper-compat (= 13),
help2man,
libcliquer-dev,
libgmp-dev,
libtool,
pkg-config,
zlib1g-dev
Standards-Version: 4.6.2
Homepage: https://pallini.di.uniroma1.it
Vcs-Git: https://salsa.debian.org/science-team/nauty.git
Vcs-Browser: https://salsa.debian.org/science-team/nauty
Rules-Requires-Root: no
Package: libnauty2
Provides: libnauty
Section: libs
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libnauty
Suggests: nauty (=${binary:Version}), nauty-doc
Multi-Arch: same
Description: library for graph automorphisms -- library package
nauty (No AUTomorphisms, Yes?) is a set of procedures for computing
automorphism groups of graphs and digraphs. This mathematical software
suite is developed by Brendan McKay and Adolfo Piperno:
http://pallini.di.uniroma1.it
.
nauty computes graph information in the form of a set of generators,
the size of the group, and the orbits of the group; it can also
produce a canonical label. The nauty suite is written in C and comes
with a command-line interface, a collection of command-line tools,
and an Application Programming Interface (API).
.
This package provides the shared libraries required to run programs
compiled against the nauty library. To compile your own programs you
also need to install the libnauty2-dev package.
Package: nauty
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libnauty2 (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Suggests: graphviz, nauty-doc
Description: library for graph automorphisms -- interface and tools
nauty (No AUTomorphisms, Yes?) is a set of procedures for computing
automorphism groups of graphs and digraphs. This mathematical software
suite is developed by Brendan McKay and Adolfo Piperno:
http://pallini.di.uniroma1.it
.
nauty computes graph information in the form of a set of generators,
the size of the group, and the orbits of the group; it can also
produce a canonical label. The nauty suite is written in C and comes
with a command-line interface, a collection of command-line tools,
and an Application Programming Interface (API).
.
This package provides the nauty interface named dreadnaut, and a
small collection of utilities called gtools.
Package: libnauty2-dev
Provides: libnauty-dev
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libnauty2 (= ${binary:Version}), ${misc:Depends}
Conflicts: libnauty-dev
Suggests: nauty-doc, pkg-config
Multi-Arch: same
Description: library for graph automorphisms -- development package
nauty (No AUTomorphisms, Yes?) is a set of procedures for computing
automorphism groups of graphs and digraphs. This mathematical software
suite is developed by Brendan McKay and Adolfo Piperno:
http://pallini.di.uniroma1.it
.
nauty computes graph information in the form of a set of generators,
the size of the group, and the orbits of the group; it can also
produce a canonical label. The nauty suite is written in C and comes
with a command-line interface, a collection of command-line tools,
and an Application Programming Interface (API).
.
This package contains the header files, static libraries and symbolic
links that developers using the nauty API will need.
Package: nauty-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Enhances: libnauty2 (=${binary:Version}), nauty (=${binary:Version}), libnauty2-dev (=${binary:Version})
Suggests: pdf-viewer
Multi-Arch: foreign
Description: library for graph automorphisms -- user guide
nauty (No AUTomorphisms, Yes?) is a set of procedures for computing
automorphism groups of graphs and digraphs. This mathematical software
suite is developed by Brendan McKay and Adolfo Piperno:
http://pallini.di.uniroma1.it
.
This package provides the user guide for the nauty mathematical software
suite; it also contains examples and extra technical documentations.
|