Source: libbncsutil
Section: libs
Maintainer: Klemen Ferjancic <cen.is.imba@gmail.com>
Build-Depends:
 debhelper-compat (= 13),
 cmake,
 libgmp-dev,
Standards-Version: 4.7.4
Homepage: https://github.com/BNETDocs/bncsutil
Vcs-Browser: https://salsa.debian.org/cen/libbncsutil
Vcs-Git: https://salsa.debian.org/cen/libbncsutil.git

Package: libbncsutil1
Architecture: any
Multi-Arch: same
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: Battle.net Chat Service Utility library
 BNCSUtil aids applications trying to log on to Classic Battle.net using
 the binary protocol. It provides cryptographic operations for game
 version checking, CD key validation, and SRP-based password handling
 (NLS) for Warcraft III, StarCraft, Diablo II, and other Blizzard games.

Package: libbncsutil-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libbncsutil1 (= ${binary:Version}),
 libgmp-dev,
 ${misc:Depends},
Description: Battle.net Chat Service Utility library - development files
 BNCSUtil aids applications trying to log on to Classic Battle.net using
 the binary protocol. It provides cryptographic operations for game
 version checking, CD key validation, and SRP-based password handling
 (NLS) for Warcraft III, StarCraft, Diablo II, and other Blizzard games.
 .
 This package contains the C/C++ development headers and CMake package
 configuration files (bncsutilConfig.cmake) needed to build applications
 against libbncsutil.
