File: control

package info (click to toggle)
tinyframe 0.1.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 268 kB
  • sloc: ansic: 635; makefile: 56; sh: 22
file content (42 lines) | stat: -rw-r--r-- 1,084 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Source: tinyframe
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper (>= 13.12~),
 debhelper-compat (= 13),
 dpkg-dev (>= 1.22.5),
 pkgconf,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/DNS-OARC/tinyframe
Vcs-Browser: https://forgejo.debian.net/dns-oarc/tinyframe
Vcs-Git: https://forgejo.debian.net/dns-oarc/tinyframe

Package: libtinyframe-dev
Section: libdevel
Architecture: any
Depends:
 libtinyframe0t64 (= ${binary:Version}),
 ${misc: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: libtinyframe0t64
Provides:
 ${t64:Provides},
Replaces:
 libtinyframe0,
Breaks:
 libtinyframe0 (<< ${source:Version}),
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.