Source: libebml4v5
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Build-Depends: debhelper (>= 9),
 cmake,
 g++,
 pkg-config
Standards-Version: 3.9.8
Homepage: http://matroska-org.github.io/libebml/
#Vcs-Git: https://anonscm.debian.org/collab-maint/libebml4v5.git
#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libebml4v5.git

Package: libebml4v5
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: libebml4
Replaces: libebml4
Description: a C++ libary to parse EBML files
 EBML was designed to be a simplified binary extension of XML for the purpose of storing and manipulating data in a hierarchical form with variable field lengths.

Package: libebml-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
 libebml4v5 (= ${binary:Version})
Description: a C++ libary to parse EBML files
 EBML was designed to be a simplified binary extension of XML for the purpose of storing and manipulating data in a hierarchical form with variable field lengths.