File debian.control of Package belr
Source: belr
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
# use .dsc file to control build dependencies
# since there may be different dependencies in
# different Debian/Ubuntu versions
Standards-Version: 4.5.0
Section: libs
Rules-Requires-Root: no
Homepage: https://www.linphone.org
Package: belr-dev
Section: libdevel
Architecture: any
Depends: libbelr1 (= ${binary:Version}), ${misc:Depends}
Description: language recognition library by Belledonne Communications (development headers)
Belr is Belledonne Communications' language recognition library. It aims
at parsing any input formatted according to a language defined by an
ABNF grammar, such as the protocols standardized at IETF.
.
It is based on finite state machine theory and heavily relies on
recursivity from an implementation standpoint.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
.
This package contains the development headers.
Package: libbelr1
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: language recognition library by Belledonne Communications
Belr is Belledonne Communications' language recognition library. It aims
at parsing any input formatted according to a language defined by an
ABNF grammar, such as the protocols standardized at IETF.
.
It is based on finite state machine theory and heavily relies on
recursivity from an implementation standpoint.
.
The package is probably not useful outside the Belledonne Communications suite
of libraries and programs.
.
This package contains the shared library.