File: control

package info (click to toggle)
axmlrpc 1.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 292 kB
  • sloc: java: 1,837; xml: 215; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 808 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
Source: axmlrpc
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Guillaume Turri <guillaume.turri@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 default-jdk,
 junit4,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/axmlrpc.git
Vcs-Browser: https://salsa.debian.org/java-team/axmlrpc
Homepage: https://github.com/gturri/aXMLRPC

Package: libaxmlrpc-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: XML-RPC Java library
 A lightweight Java XML-RPC client designed to run fine on Android.
 Since there is absolutely no dependency to any android specific library
 it also works fine in normal Java applications.