File: control

package info (click to toggle)
libidl 0.8.10-0.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,148 kB
  • ctags: 864
  • sloc: sh: 9,151; ansic: 3,643; yacc: 1,805; lex: 399; makefile: 46
file content (25 lines) | stat: -rw-r--r-- 1,022 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
Source: libidl
Priority: optional
Maintainer: Sebastian Rittau <srittau@debian.org>
Standards-Version: 3.7.3
Section: libs
Build-Depends: libglib2.0-dev, pkg-config, bison, flex, texinfo, cdbs, debhelper (>= 4.1.0)

Package: libidl0
Architecture: any
Section: libs
Depends: cpp, ${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
Section: libdevel
Depends: libidl0 (= ${binary:Version}), libglib2.0-dev, ${shlibs:Depends}, , ${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.