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
|
Source: libthrift-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
javahelper,
libcommons-lang3-java,
libhttpclient5-java,
libhttpcore5-java,
libjakarta-annotation-api-java,
libjakarta-servlet-api-java,
libslf4j-java,
maven-repo-helper
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/java-team/libthrift-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libthrift-java
Homepage: https://thrift.apache.org/
Package: libthrift-java
Architecture: all
Depends:
${java:Depends},
${misc:Depends}
Description: Java language support for Thrift
Thrift is a software framework for the development of reliable and
performant communication and data serialization. It combines a software
stack with code generation to build services that operate seamlessly
across a number of different development languages.
.
This package provides the Java language support for Thrift.
|