Source: msgpack-c
Section: libs
Priority: extra
Maintainer: Taku YASUI <tach@debian.org>
Uploaders: James McCoy <jamessan@debian.org>
Build-Depends: autoconf,
               automake,
               autotools-dev,
               cmake,
               debhelper (>= 9),
               libgtest-dev,
               zlib1g-dev
Standards-Version: 3.9.6
Homepage: https://github.com/msgpack/msgpack-c/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/msgpack-c.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/msgpack-c.git

Package: libmsgpack4
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: binary-based efficient object serialization library
 MessagePack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.

Package: libmsgpackc2
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: binary-based efficient object serialization library
 MessagePack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.

Package: libmsgpack-dev
Section: libdevel
Architecture: any
Depends: libmsgpack4 (= ${binary:Version}),
         libmsgpackc2 (= ${binary:Version}),
         ${misc:Depends}
Description: binary-based efficient object serialization library
 MessagePack is a binary-based efficient object serialization library.
 It enables to exchange structured objects between many languages like JSON.
 But unlike JSON, it is very fast and small.
