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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
Source: libsearpc
Maintainer: Debian Seafile Team <team+seafile@tracker.debian.org>
Uploaders: Christoph Martin <martin@uni-mainz.de>, Moritz Schlarb <schlarbm@uni-mainz.de>
Section: libs
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-python,
help2man,
libglib2.0-dev,
libjansson-dev,
pkg-config,
python3-all
Standards-Version: 4.6.1
Homepage: https://github.com/haiwen/libsearpc
Vcs-Browser: https://salsa.debian.org/debian/libsearpc
Vcs-Git: https://salsa.debian.org/debian/libsearpc.git
Package: libsearpc1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Shared library for the Searpc framework
Searpc is a simple C language RPC framework based on GObject system.
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
.
This package contains the shared library for Searpc.
Package: libsearpc-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${python3:Depends}, ${misc:Depends},
libsearpc1 (= ${binary:Version}),
python3-searpc (>= ${source:Version}),
libglib2.0-dev,
libjansson-dev
Description: Development files for the Searpc framework
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
.
This package contains the development files for Searpc.
Package: python3-searpc
Architecture: all
Multi-Arch: foreign
Section: python
Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
Description: Python 3 bindings for the Searpc framework
Searpc handles the serialization/deserialization part of RPC, the
transport part is left to users.
.
This package contains the Python 3 bindings for Searpc.
|