1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
Source: gmsl
Section: devel
Priority: optional
Build-Depends: debhelper (>= 11)
Maintainer: Dima Kogan <dkogan@debian.org>
Standards-Version: 4.1.4
Homepage: http://gmsl.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/gmsl
Vcs-Git: https://salsa.debian.org/debian/gmsl.git
Package: gmsl
Architecture: all
Depends: ${misc:Depends}, make
Description: extra functions to extend functionality of GNU Makefiles
The GNU Make Standard Library (GMSL) is a collection of functions implemented
using native GNU Make functionality that provide list and string manipulation,
integer arithmetic, associative arrays, stacks, and debugging facilities.
.
Note that despite the name of this project, this library is NOT standard and is
NOT written or distributed by the GNU project.
|