File: control

package info (click to toggle)
ch5m3d 1.2.5%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,784 kB
  • sloc: php: 184; sh: 57; makefile: 24
file content (33 lines) | stat: -rw-r--r-- 1,499 bytes parent folder | download | duplicates (2)
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
Source: ch5m3d
Section: web
Priority: extra
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends: debhelper (>= 11.0.0), yui-compressor, dh-apache2
Standards-Version: 4.2.1
Homepage: http://ch5m3d.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/georgesk/ch5m3d
Vcs-Git: https://salsa.debian.org/georgesk/ch5m3d.git

Package: ch5m3d
Architecture: all
Recommends: apache2|httpd
Depends: ${misc:Depends}
Description: create and visualize 3-dimensional drawings of simple molecules
 This program provides a web interface which has been developed to
 allow users to create and visualize 3-dimensional drawings of simple
 molecules without requiring the download of any additional
 software. In addition to creating structures, users can also load
 existing XYZ formatted files (such as those generated by Open Babel)
 containing 3-dimensional coordinates.
 .
 Once molecules are created or read from a file, users can examine
 geometry information (bond lengths, angles, and dihedral angles) and
 modify these structures. Routines to perform a crude geometry
 optimization and a simple calculation of atomic charges are also
 available.
 .
 This web interface relies on HTML5 (in particular, the HTML5 Canvas),
 and as such requires a modern web browser to run. The advantage of
 this approach is the no additional plugins or Java is required to use
 this program. Support for mobile devices is currently only partially
 implemented, but is planned to be included in future versions.