File: control

package info (click to toggle)
libee 0.4.1-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,680 kB
  • ctags: 496
  • sloc: sh: 10,219; ansic: 3,362; makefile: 84
file content (37 lines) | stat: -rw-r--r-- 1,270 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
Source: libee
Priority: extra
Maintainer: Pierre Chifflier <pollux@debian.org>
Build-Depends: debhelper (>= 9),
    autotools-dev,
    pkg-config,
    libxml2-dev,
    libestr-dev,
    dh-autoreconf
Standards-Version: 3.9.3
Section: libs
Homepage: http://libee.sourceforge.net/
#Vcs-Git: git://git.debian.org/collab-maint/libee.git
#Vcs-Browser: http://git.debian.org/?p=collab-maint/libee.git;a=summary

Package: libee-dev
Section: libdevel
Architecture: any
Depends: libee0 (= ${binary:Version}), ${misc:Depends}
Description: Event expression library inspired by CEE
 Libee is an event expression library which is inspired by the upcoming
 CEE standard. It provides capabilities to generate and emit messages in
 a set of standard format and read a set of different input formats.
 .
 This package contains the development files.

Package: libee0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: multiarch-support
Description: Event expression library inspired by CEE
 Libee is an event expression library which is inspired by the upcoming
 CEE standard. It provides capabilities to generate and emit messages in
 a set of standard format and read a set of different input formats.
 .
 This package contains the shared library.