File: control

package info (click to toggle)
libidl 0.8.14-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,208 kB
  • ctags: 932
  • sloc: sh: 10,290; ansic: 3,650; yacc: 1,805; lex: 441; makefile: 70
file content (41 lines) | stat: -rw-r--r-- 1,527 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: libidl
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.6
Section: libs
Build-Depends: debhelper (>= 9),
               dh-autoreconf,
               bison, flex,
               libglib2.0-dev,
               pkg-config,
               texinfo
Homepage: http://ftp.acc.umu.se/pub/gnome/sources/libIDL/

Package: libidl-2-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, cpp:any
Breaks: libidl0 (<< 0.8.14-3)
Replaces: libidl0 (<< 0.8.14-3)
Description: library for parsing CORBA IDL files
 libIDL is a small library for creating parse trees of CORBA v2.2 compliant
 Interface Definition Language (IDL) files, which is a specification for
 defining interfaces which can be used between different CORBA
 implementations.  libIDL is used in the ORBit2 IDL compiler, as well
 as various language bindings (Perl, Python, etc.) for ORBit2.

Package: libidl-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libidl-2-0 (= ${binary:Version}),
         libglib2.0-dev,
         pkg-config
Description: development files for programs that use libIDL
 This package contains the header files and libraries needed for developing
 programs which use libIDL, a small library for creating parse trees of 
 CORBA v2.2 compliant  Interface Definition Language (IDL) files, which is 
 a specification for defining interfaces which can be used between different
 CORBA implementation.