File: control

package info (click to toggle)
bam 0.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,432 kB
  • sloc: ansic: 18,755; python: 451; cpp: 30; sh: 14; makefile: 13
file content (19 lines) | stat: -rw-r--r-- 782 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: bam
Section: devel
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Felix Geyer <fgeyer@debian.org>
Build-Depends: debhelper (>= 9), python, liblua5.1-0-dev, pkg-config
Standards-Version: 3.9.8
Homepage: http://matricks.github.com/bam/
Vcs-Git: https://anonscm.debian.org/git/pkg-games/bam.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/bam.git

Package: bam
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: fast and flexible build system
 Bam uses Lua to describe the build process. It's takes its inspiration for
 the script files from scons. While scons focuses on being 100% correct when
 building, bam makes a few sacrifices to acquire fast full and incremental
 build times.