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
|
Source: libbeam-java
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,
junit4,
libhamcrest-java,
libjoptsimple-java,
libmockito-java,
maven-debian-helper (>= 2.1),
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/java-team/libbeam-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libbeam-java
Homepage: https://github.com/johnmay/beam/
Package: libbeam-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends},
Suggests:
${maven:OptionalDepends},
Description: SMILES parsing and generation library for cheminformatics
Beam is a free toolkit dedicated to parsing and generating Simplified
molecular-input line-entry system - SMILES line notations. The primary focus
of the library is to elegantly handle the SMILES syntax and as fast as
possible.
|