File: control

package info (click to toggle)
gmsl 1.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 240 kB
  • sloc: makefile: 6
file content (20 lines) | stat: -rw-r--r-- 787 bytes parent folder | download | duplicates (2)
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.