Source: frozen
Section: libs
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 ccache,
 clang,
 cmake,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/serge-sans-paille/frozen
Vcs-Browser: https://github.com/serge-sans-paille/frozen
Vcs-Git: https://github.com/serge-sans-paille/frozen.git

Package: libfrozen-dev
Section: libdevel
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: a header-only, constexpr alternative to gperf for C++14 users
 Header-only library that provides 0 cost initialization for immutable containers, fixed-size containers, and various algorithms.