File: control

package info (click to toggle)
libvolatilestream 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 128 kB
  • sloc: ansic: 280; makefile: 27
file content (45 lines) | stat: -rw-r--r-- 1,649 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
43
44
45
Source: libvolatilestream
Priority: optional
Maintainer: Debian VirtualSquare Team <virtualsquare@cs.unibo.it>
Uploaders:
 Mattia Biondi <mattiabiondi1@gmail.com>,
 Renzo Davoli <renzo@cs.unibo.it>,
 Andrea Capriotti <capriott@debian.org>,
Build-Depends:
 cmake (>= 3.12),
 debhelper-compat (= 13),
Standards-Version: 4.7.0
Section: libs
Homepage: http://www.virtualsquare.org/
Vcs-Git: https://salsa.debian.org/virtualsquare-team/libvolatilestream.git
Vcs-Browser: https://salsa.debian.org/virtualsquare-team/libvolatilestream
Rules-Requires-Root: no

Package: libvolatilestream-dev
Section: libdevel
Architecture: any
Depends:
 libvolatilestream1 (= ${binary:Version}),
 ${misc:Depends},
Description: stdio stream as volatile memory buffers (devel)
 A volatile stream is a stdio FILE* stream as a temporary dynamically
 allocated (and deallocated) memory buffer.
 The volstream_open function opens a stdio stream as a temporary memory
 buffer. The buffer is dynamically  allocated, grows as needed and it is
 automatically deallocated when the stream is closed.
 .
 This package contains the development files used for C programs.

Package: libvolatilestream1
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: stdio stream as volatile memory buffers (library)
 A volatile stream is a stdio FILE* stream as a temporary dynamically
 allocated (and deallocated) memory buffer.
 The volstream_open function opens a stdio stream as a temporary memory
 buffer. The buffer is dynamically  allocated, grows as needed and it is
 automatically deallocated when the stream is closed.
 .
 This package contains the shared library.