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
|
Source: rw
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: math
Priority: optional
Standards-Version: 3.9.8
Homepage: https://sourceforge.net/projects/rankwidth
Build-Depends: debhelper (>= 9), dh-autoreconf (>= 4~), pkg-config
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/rw
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/rw
Package: librw0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Compute rank-width and rank-decompositions of graphs
Compute rank-width and rank-decompositions of graphs. It is based on
ideas from "Computing rank-width exactly" by Sang-il Oum, "Sopra una
formula numerica" by Ernesto Pascal, "Generation of a Vector from the
Lexicographical Index" by B.P. Buckles and M. Lybanon and "Fast
additions on masked integers" by Michael D. Adams and David S. Wise.
.
This package contains the library itself.
Package: librw-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}, librw0 (= ${binary:Version})
Description: Compute rank-width and rank-decompositions of graphs (development)
Compute rank-width and rank-decompositions of graphs. It is based on
ideas from "Computing rank-width exactly" by Sang-il Oum, "Sopra una
formula numerica" by Ernesto Pascal, "Generation of a Vector from the
Lexicographical Index" by B.P. Buckles and M. Lybanon and "Fast
additions on masked integers" by Michael D. Adams and David S. Wise.
.
This package contains the development files for the library.
|