Source: libchdr
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 pkgconf,
 pkg-config,
 libzstd-dev,
 zlib1g-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/rtissera/libchdr
Vcs-Browser: https://salsa.debian.org/games-team/libchdr
Vcs-Git: https://salsa.debian.org/games-team/libchdr.git

Package: libchdr0
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Standalone library for reading MAME's CHDv1-v5 formats
 libchdr is a standalone library for reading MAME's CHDv1-v5 formats. The code is based off of MAME's old C codebase which read up to CHDv4 with OS-dependent features removed, and CHDv5 support backported from MAME's current C++ codebase. libchdr is licensed under the BSD 3-Clause (see LICENSE.txt) and uses third party libraries that are each distributed under their own terms (see each library's license in deps/).

Package: libchdr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libchdr0 (= ${binary:Version}),
Description: Standalone library for reading MAME's CHDv1-v5 formats
 libchdr is a standalone library for reading MAME's CHDv1-v5 formats. The code is based off of MAME's old C codebase which read up to CHDv4 with OS-dependent features removed, and CHDv5 support backported from MAME's current C++ codebase. libchdr is licensed under the BSD 3-Clause (see LICENSE.txt) and uses third party libraries that are each distributed under their own terms (see each library's license in deps/).