File: control

package info (click to toggle)
libidl 0.8.14-0.4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,148 kB
  • ctags: 930
  • sloc: sh: 10,290; ansic: 3,650; yacc: 1,805; lex: 441; makefile: 55
file content (28 lines) | stat: -rw-r--r-- 1,118 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
Source: libidl
Priority: optional
Maintainer: Sebastian Rittau <srittau@debian.org>
Standards-Version: 3.8.3
Section: libs
Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs, debhelper (>= 4.1.0), dh-autoreconf

Package: libidl0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: cpp:any, ${shlibs:Depends}, ${misc:Depends}
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: libidl0 (= ${binary:Version}), libglib2.0-dev, ${shlibs:Depends}, pkg-config, ${misc:Depends}
Description: development files for programs that use libIDL
 This package contains the header files and libraries needed for developing
 programs which use libIDL.