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
|
Source: schroedinger-maeparser
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller@debian.org>
Build-Depends: debhelper (>= 11), cmake, libboost-test-dev
Standards-Version: 4.2.1
Section: libs
Homepage: https://www.schrodinger.com/maestro
Vcs-Browser: https://salsa.debian.org/debichem-team/schroedinger-maeparser
Vcs-Git: https://salsa.debian.org/debichem-team/schroedinger-maeparser.git
Package: libschroedinger-maeparser-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libschroedinger-maeparser1 (= ${binary:Version}), ${misc:Depends}
Description: Development files to parse Schrödinger Maestro files
This package provides header files to develop one's own software
that uses a library wth an Open Source parser for Maestro (.mae)
files.
Package: libschroedinger-maeparser1
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: parser for Schrödinger Maestro files
Maestro is a commercial "all-purpose molecular modeling environment",
produced and distributed by the company Schrödinger. Maestro has its
own cognate file format, typically associated with the ".mae" file
extension. This package provides an Open Source parser for the Maestro
file format, released and maintained by the Maestro developers.
.
This facilitates a lossless transition from the widely accepted suite
of Schrödinger into local custom developments or the Open Source world
at large. Maeparser handles output from:
* Molecular Dynamics applications, such as Desmond and FEP+
* Ligand-Protein Docking applications, such as Glide
* Homology Modeling and folding applications, such as Prime
* Ligand-based search applications, such as Phase and Phase Shape
* Quantum Mechanics applications, such as Jaguar
* Protein-Protein Docking applications
* ... many other backends used in both Life and Material Sciences
|