File: control

package info (click to toggle)
aml 0.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: ansic: 2,042; cpp: 573; makefile: 3
file content (41 lines) | stat: -rw-r--r-- 1,069 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
Source: aml
Priority: optional
Section: libs
Maintainer: Han Gao <rabenda.cn@gmail.com>
Standards-Version: 4.6.2
Build-Depends: dpkg-dev (>= 1.22.5),
 debhelper-compat (= 13),
 meson,
 pkgconf,
Rules-Requires-Root: no
Homepage: https://github.com/any1/aml/
Vcs-Git: https://salsa.debian.org/debian/aml.git
Vcs-Browser: https://salsa.debian.org/debian/aml

Package: libaml-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libaml0t64 (= ${binary:Version}),
 ${misc:Depends},
Description: Andri's Main Loop library (development files)
 Libaml provides an event loop library that aims at portability,
 utility and simplicity.
 .
 This package provides library development files.

Package: libaml0t64
Provides: ${t64:Provides}
Replaces: libaml0
Breaks: libaml0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: Andri's Main Loop library (shared library)
 Libaml provides an event loop library that aims at portability,
 utility and simplicity.
 .
 This package provides shared libraries.