Source: libebml Section: devel Maintainer: Debian Multimedia Maintainers Uploaders: Sebastian Ramacher , Rico Tzschichholz , Matteo F. Vescovi , Build-Depends: debhelper-compat (= 14), cmake, libutfcpp-dev, pkgconf, Standards-Version: 4.7.4 Homepage: https://dl.matroska.org/downloads/libebml/ Vcs-Git: https://salsa.debian.org/multimedia-team/libebml.git Vcs-Browser: https://salsa.debian.org/multimedia-team/libebml Package: libebml5 Section: libs Architecture: any Multi-Arch: same Description: access library for the EBML format (shared library) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the shared library needed to run applications that use libebml. Package: libebml-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libebml5 (= ${binary:Version}), Description: access library for the EBML format (development files) The libebml library allows one to read and write files using EBML (the Extensible Binary Meta Language), a binary pendant to XML. Using libebml makes it easier to extend a file format without breaking support in older parsers. . This package contains the header files and static libraries needed to compile applications that use libebml.