1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: nant
Section: devel
Priority: optional
Maintainer: Debian CLI Applications Team <pkg-cli-apps-team@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends: debhelper (>= 7.0.50~)
Build-Depends-Indep: cli-common-dev (>= 0.5.7),
liblog4net-cil-dev,
libnunit-cil-dev (>= 2.6),
mono-devel (>= 2.10.1),
pkg-config
Standards-Version: 3.9.3
Homepage: http://nant.sourceforge.net/
Vcs-Git: git://anonscm.debian.org/pkg-cli-apps/packages/nant.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-cli-apps/packages/nant.git;a=summary
Package: nant
Architecture: all
Depends: mono-devel (>= 2.0.1), pkg-config, ${cli:Depends}, ${misc:Depends}
Description: build tool similar to Ant
NAnt is different than Make. Instead of a model where it is extended with
shell-based commands, NAnt is extended using task classes. Instead of
writing shell commands, the configuration files are XML-based, calling
out a target tree where various tasks get executed. Each task is run
by an object that implements a particular Task interface.
.
NAnt supports different target frameworks:
- Microsoft .NET Framework version 1.0 through 4.0, plus Silverlight
- Mono 1.0 through 4.0
|