File: control

package info (click to toggle)
ell 0.81-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,344 kB
  • sloc: ansic: 61,546; sh: 4,896; makefile: 574
file content (54 lines) | stat: -rw-r--r-- 1,362 bytes parent folder | download | duplicates (2)
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
Source: ell
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Priority: optional
Section: devel
Build-Depends:
 dbus-daemon <!nocheck>,
 debhelper-compat (= 13),
 libglib2.0-dev,
 procps <!nocheck>,
 udev <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/ell
Vcs-Git: https://salsa.debian.org/debian/ell.git

Package: libell0
Architecture: linux-any
Section: libs
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Recommends:
 udev,
Breaks:
 iwd (<< 2.20~),
 libmptcpd3 (<= 0.12-4+),
 mptcpd (<= 0.12-4+),
 mptcpd-plugins (<= 0.12-4+),
Description: Embedded Linux library
 The Embedded Linux library (aka. ell)
 provides table, queues, ring buffers, cryptographic,
 and some functions for Embedded Devices.
 .
 This package contains what you need
 to run programs that use this library.

Package: libell-dev
Architecture: linux-any
Section: libdevel
Multi-Arch: same
Depends:
 libell0 (= ${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends},
Description: development files for the Embedded Linux library
 The Embedded Linux library (aka. ell)
 provides table, queues, ring buffers, cryptographic,
 and some functions for Embedded Devices.
 .
 This package contains what you need
 for compiling sources that use this library in your own code.