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
|
Source: graywolf
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: electronics
Priority: optional
Build-Depends: debhelper (>= 9),
cmake,
pkg-config,
libx11-dev,
libgsl-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/graywolf.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/graywolf.git
Homepage: https://github.com/rubund/graywolf
Package: libycadgraywolf1
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: Library for common functions used by graywolf
This library contains functions shared by the graywolf binaries
found in the /usr/lib/graywolf/bin/ directory. It is actually
an old library from Yale University which has been released
with an GPL-2+ compatible license together with graywolf.
Package: libycadgraywolf-dev
Architecture: any
Section: libdevel
Depends: libycadgraywolf1 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: Library for graywolf - development files
This library contains functions shared by the graywolf binaries
found in the /usr/lib/graywolf/bin/ directory.
.
This is the development files for the library.
Package: libycadgraywolf1-dbg
Architecture: any
Section: debug
Priority: extra
Depends: libycadgraywolf1 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: debug symbols for libycadgraywolf1
This library contains functions shared by the graywolf binaries
found in the /usr/lib/graywolf/bin/ directory.
.
This is the debug symbols for the library.
Package: graywolf
Architecture: any
Depends: libycadgraywolf1 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Recommends: qflow
Description: Placement for digital VLSI design
This is a utility used to perform placement of digital VLSI designs. It is
based on some code from the early 90s and it is one of the building blocks
of the open source qflow digital design flow.
|