File: control

package info (click to toggle)
v-sim 3.7.2-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 17,596 kB
  • ctags: 11,200
  • sloc: ansic: 88,929; sh: 11,194; python: 810; makefile: 690; cpp: 344; xml: 142
file content (98 lines) | stat: -rw-r--r-- 4,257 bytes parent folder | download
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
Source: v-sim
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Damien Caliste <damien.caliste@cea.fr>
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, 
 mesa-common-dev, libglu1-mesa-dev, pkg-config, libglib2.0-dev,
 libgtk-3-dev, libnetcdf-dev, libopenbabel-dev (>=2.2.0), 
 gtk-doc-tools, gfortran, gobject-introspection, python-gi-dev,
 libgirepository1.0-dev, gir1.2-gtk-3.0, libftgl-dev, libarchive-dev,
 python-all-dev, libyaml-dev, python-gi-dev, python-gobject-dev,
 intltool, gnome-common, autoconf-archive
Standards-Version: 3.9.8
Homepage: http://inac.cea.fr/L_Sim/V_Sim/index.en.html
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/v-sim/
Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/v-sim/

Package: v-sim
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, 
 v-sim-common (= ${source:Version})
Conflicts: v-sim-common (<< 3.7.0-1)
Suggests: v-sim-doc, v-sim-plugins (= ${binary:Version})
Description: Visualize atomic structures
 V_Sim visualizes atomic structures such as crystals, grain boundaries,
 molecules and so on (either in binary format, or in plain text format).
 .
 The rendering is done in pseudo-3D with spheres (atoms) or arrows (spins).
 The user can interact through many functions to choose the view, set the
 bindings, draw cutting planes, compute surfaces from scalar fields,
 duplicate nodes, measure geometry... Moreover V_Sim allows one to export the
 view as images in PNG, JPG, PDF (bitmap), SVG (scheme) and other formats.
 Some tools are also available to colorize atoms from data values or to
 animate on screen many position files.

Package: v-sim-common
Architecture: all
Depends: ${misc:Depends}
Description: Visualize atomic structures (support files)
 V_Sim visualizes atomic structures such as crystals, grain boundaries,
 molecules and so on (either in binary format, or in plain text format).
 .
 This is the arch independent common parts of V_Sim.

Package: gir1.2-v-sim-1.0
Section: introspection
Architecture: any
Depends: ${misc:Depends}, ${gir:Depends}, v-sim (= ${binary:Version})
Description: Visualize atomic structures (gir bindings)
 V_Sim visualizes atomic structures such as crystals, grain boundaries,
 molecules and so on (either in binary format, or in plain text format).
 .
 This package can be used by other packages using the GIRepository format to
 generate dynamic bindings.

Package: v-sim-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: Visualize atomic structures (example files)
 V_Sim visualizes atomic structures such as crystals, grain boundaries,
 molecules and so on (either in binary format, or in plain text format).
 .
 A comprehensive manual is available on the web site,
 see http://inac.cea.fr/L_Sim/V_Sim/user_guide.html.
 .
 This package contains several examples of files readable with V_Sim.

Package: v-sim-plugins
Architecture: any
Depends: v-sim (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
 gir1.2-v-sim-1.0 (= ${binary:Version}), python-v-sim (= ${source:Version})
Suggests: netcdf-bin
Description: Plugins for V_Sim (a 3D visualization package)
 This package contains the plugins to be used with V_Sim, a 3D
 visualization package for solid state physics. The available plugins are:
  - an input file plugin for the new ETSF file format (see http://www.etsf.eu).
  - an input file plugin using OpenBabel to import many formats, mainly from 
    the chemistry software (see http://www.openbabel.org).
  - an input file plugin to read the XcrysDen File Format.
  - an input file plugin to read the Cube file format introduced by
    Gaussian and used by others like SIESTA.
  - an additional panel to load Python scripts.

Package: python-v-sim
Section: python
Architecture: all
Depends: ${python:Depends},
         ${misc:Depends},
         gir1.2-v-sim-1.0 (>= ${binary:Version}),
         python-gi
Suggests: v-sim-plugins
Description: Python bindings for V_Sim (a 3D visualization package)
 Using gobject-introspection and python-gobject, one can access V_Sim API
 using Python.
 .
 This package contains the Python bindings for V_Sim, a 3D
 visualization package for solid state physics.