Source: abseil
Section: libs
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/abseil/abseil-cpp/tags
Vcs-Browser: https://github.com/alvistack/abseil-abseil-cpp
Vcs-Git: https://github.com/alvistack/abseil-abseil-cpp.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 cmake4,
 fdupes,

Package: libabsl20230802
Architecture: amd64
Description: Abseil Common Libraries (C++) 
 Abseil is an open-source collection of C++ library code designed to
 augment the C++ standard library. The Abseil library code is collected
 from Google's C++ codebase and has been extensively tested and used in
 production. In some cases, Abseil provides pieces missing from the C++
 standard; in others, Abseil provides alternatives to the standard for
 special needs.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},

Package: libabsl-dev
Architecture: amd64
Section: libdevel
Description: Abseil Common Libraries (C++) (development files)
 This package contains header files and other data necessary for
 developing with Abseil.
Depends:
 libabsl20230802 (= ${source:Version}),
 ${misc:Depends},
