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
|
Source: logol
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 12),
default-jdk,
ant,
ruby,
gawk,
swi-prolog (>=8.4.2),
swi-prolog-abi-binary-68,
libbiojava-java (>= 1:1.9.5+dfsg),
antlr3,
libcommons-cli-java,
libcommons-collections3-java,
libcommons-configuration-java,
libcommons-lang-java,
libcommons-logging-java,
libxalan2-java,
libxerces2-java,
junit4,
libmail-java,
liblog4j1.2-java,
texlive,
texlive-latex-extra,
tex4ht,
ant-optional,
cassiopee,
ruby-cassiopee,
chrpath
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/med-team/logol
Vcs-Git: https://salsa.debian.org/med-team/logol.git
Homepage: http://logol.genouest.org
Rules-Requires-Root: no
Package: logol
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
default-jre | java7-runtime,
ruby,
gawk,
libbiojava-java (>= 1:1.9.5+dfsg),
antlr3,
libcommons-cli-java,
libcommons-collections3-java,
libcommons-configuration-java,
libcommons-lang-java,
libcommons-logging-java,
libxalan2-java,
libxerces2-java,
libmail-java,
liblog4j1.2-java,
cassiopee,
logol-bin
Suggests: ruby-cassiopee
Description: Pattern matching tool using Logol language
Logol is a pattern matching tool using the Logol language.
It searches with a specific grammar for a pattern in small
or large sequences (DNA, RNA, protein). It provides complete
result matching with the original grammar in the results.
Package: logol-bin
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
swi-prolog,
swi-prolog-abi-binary-68
Description: Pattern matching tool using Logol language
This package contains the Prolog binaries used by Logol to parse
the sequence and match the grammar.
.
Logol is a pattern matching tool using the Logol language.
It searches with a specific grammar a pattern in small
or large sequences (DNA, RNA, protein). It provides complete
result matching with the original grammar in the results.
|