34 lines
995 B
Text
34 lines
995 B
Text
Source: tinyframe
|
|
Section: libs
|
|
Priority: optional
|
|
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|
Build-Depends:
|
|
debhelper-compat (= 13),
|
|
pkg-config,
|
|
Rules-Requires-Root: no
|
|
Standards-Version: 4.6.0
|
|
Homepage: https://github.com/DNS-OARC/tinyframe
|
|
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tinyframe
|
|
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/tinyframe
|
|
|
|
Package: libtinyframe-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: Minimalistic Frame Streams library (development)
|
|
tinyframe is a minimalistic library for reading and writing the Frame Streams
|
|
protocol.
|
|
.
|
|
This package contains the development files.
|
|
|
|
Package: libtinyframe0
|
|
Section: libs
|
|
Architecture: any
|
|
Depends:
|
|
${misc:Depends},
|
|
${shlibs:Depends},
|
|
Description: Minimalistic Frame Streams library
|
|
tinyframe is a minimalistic library for reading and writing the Frame Streams
|
|
protocol.
|