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
|
Source: gdpc
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
Andreas Tille <tille@debian.org>,
Étienne Mollier <emollier@debian.org>,
Section: science
Build-Depends:
debhelper-compat (= 13),
libgtk-3-dev,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/gdpc
Vcs-Git: https://salsa.debian.org/med-team/gdpc.git
Homepage: https://web.archive.org/web/20180212152753/http://www.frantz.fi/software/gdpc.php
Package: gdpc
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Suggests:
gdpc-examples (>= ${source:Version}),
Description: visualiser of molecular dynamic simulations
gpdc is a graphical program for visualising output data from
molecular dynamics simulations. It reads input in the standard xyz
format, as well as other custom formats, and can output pictures of
each frame in JPG or PNG format.
Package: gdpc-examples
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Recommends:
gdpc (>= ${source:Version}),
Description: example files for the gdpc program
gpdc is a graphical program for visualising output data from
molecular dynamics simulations. It reads input in the standard xyz
format, as well as other custom formats, and can output pictures of
each frame in JPG or PNG format.
.
This package contains examples to be used by the gdpc program.
|