File: control

package info (click to toggle)
openchemlib 2023.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 18,496 kB
  • sloc: java: 176,999; xml: 256; sh: 10; makefile: 2
file content (47 lines) | stat: -rw-r--r-- 1,857 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
Source: openchemlib
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Andrius Merkys <merkys@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 maven-debian-helper,
Build-Depends-Indep:
 default-jdk-doc,
 junit4,
 libmaven-javadoc-plugin-java,
 libopenjfx-java,
 libopenjfx-java-doc,
 libtablelayout-java,
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/openchemlib.git
Vcs-Browser: https://salsa.debian.org/java-team/openchemlib
Homepage: https://github.com/Actelion/openchemlib

Package: libopenchemlib-java
Architecture: all
Depends:
 ${maven:Depends},
 ${misc:Depends},
Suggests:
 ${maven:OptionalDepends},
Description: framework providing cheminformatics core functionality
 OpenChemLib is Java based framework providing cheminformatics core
 functionality and user interface components. Its main focus is on organics
 chemistry and small molecules. It is built around a StereoMolecule class,
 which represents a molecule using atom and bond tables, provides atom
 neighbours, ring and aromaticity information, and supports MDL's concept of
 enhanced stereo representation. Additional classes provide, 2D-depiction,
 descriptor calculation, molecular similarity and substructure search,
 reaction search, property prediction, conformer generation, support for
 molfile and SMILES formats, energy minimization, ligand-protein
 interactions, and more. OpenChemLib's idcode represents molecules,
 fragments or reactions as canonical, very compact string that includes
 stereo and query features.
 .
 Different to other cheminformatics frameworks, OpenChemLib also provides
 user interface components that allow one to easily embed chemical functionality
 into Java applications, e.g. to display or edit chemical structures or
 reactions.