Source: dynstr
Section: libs
Maintainer: Aryan Karamtoth <spaciouscoder78@disroot.org>
Build-Depends:
 debhelper-compat (= 13),
 libc6,
Standards-Version: 4.7.3
Homepage: https://gitea.privatedns.org/xavi/dynstr
Vcs-Browser: https://salsa.debian.org/SpaciousCoder78/dynstr
Vcs-Git: https://salsa.debian.org/SpaciousCoder78/dynstr.git

Package: libdynstr0
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends}
Description: Dynamic String Library in C
 Minimal library that provides dynamic strings using plain C99.
 Convenience macros are also provided if GNU C is used.
 .
 It serves a similar, but not identical, purpose compared to GNU's
 asprintf(3). It might be useful in environments where GNU extensions 
 are not allowed or available.

Package: libdynstr-dev
Section: libdevel
Architecture: any
Depends:
 libdynstr0 (= ${binary:Version}),
 ${misc:Depends}
Description: Dynamic String Library in C - development files
 Header files and pkg-config data for developing with libdynstr.
