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.
|