File: control

package info (click to toggle)
varna 3-93%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,452 kB
  • sloc: java: 39,108; javascript: 121; makefile: 22; sh: 4
file content (30 lines) | stat: -rw-r--r-- 1,211 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
Source: varna
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               javahelper,
               default-jdk,
               help2man
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/med-team/varna
Vcs-Git: https://salsa.debian.org/med-team/varna.git
Homepage: https://varna.lri.fr/
Rules-Requires-Root: no

Package: varna
Architecture: all
Depends: ${misc:Depends},
         ${java:Depends},
         default-jre-headless
Description: Visualization Applet for RNA
 VARNA is Java lightweight Applet dedicated to drawing the secondary structure
 of RNA. It is also a Swing component that can be very easily included in an
 existing Java code working with RNA secondary structure to provide a fast and
 interactive visualization.
 .
 Being free of fancy external library dependency and/or network access, the
 VARNA Applet can be used as a base for a standalone applet. It looks
 reasonably good and scales up or down nicely to adapt to the space available
 on a web page, thanks to the anti-aliasing drawing primitives of Swing.