File: control

package info (click to toggle)
nailgun 0.9.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 496 kB
  • sloc: java: 2,448; python: 768; ansic: 581; xml: 244; makefile: 28; sh: 3
file content (28 lines) | stat: -rw-r--r-- 979 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
Source: nailgun
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>,
 Torsten Werner <twerner@debian.org>
Build-Depends:
 debhelper (>= 10),
 default-jdk,
 libmaven-shade-plugin-java,
 libjna-platform-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.1.4
Homepage: https://github.com/facebook/nailgun
Vcs-Git: https://salsa.debian.org/java-team/nailgun.git
Vcs-Browser: https://salsa.debian.org/java-team/nailgun

Package: nailgun
Architecture: any
Depends:
 ${shlibs:Depends},
 ${maven:Depends},
 ${misc:Depends}
Description: client, protocol, and server for running Java programs from CLI
 Nailgun is a client, protocol, and server for running Java programs from 
 the command line without incurring the JVM startup overhead. Programs run 
 in the server (which is implemented in Java), and are triggered by the 
 client (written in C), which handles all I/O.