Source: remotetea Standards-Version: 4.7.2 Maintainer: Debian Java Maintainers Uploaders: Emmanuel Bourg , Section: java Priority: optional Build-Depends: debhelper-compat (= 13), javahelper, default-jdk-headless, ant, maven-repo-helper, Vcs-Browser: https://salsa.debian.org/java-team/remotetea Vcs-Git: https://salsa.debian.org/java-team/remotetea.git Homepage: http://remotetea.sourceforge.net Package: remotetea Architecture: all Depends: ${java:Depends}, ${misc:Depends}, Description: Sun ONC/RPC support for Java This package implements Sun's Open Network Computing Remote Procedure Call specification (see RFC 1831, RFC 1832, RFC 1833) in pure Java. . It supports: * RPC calls over TCP/IP as well as UDP/IP; * both client and server functionality; * portmapper querying; * authentication types AUTH_NONE, AUTH_UNIX, and AUTH_SHORT (on both client and server sides). . The utility jrpcgen is provided to compile .x files into Java classes.