Source: dub
Section: devel
Priority: optional
Maintainer: Debian D Language Group <pkg-d-devel@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: debhelper (>= 10),
               gdc (>= 6.2),
               libcurl4-gnutls-dev | libcurl4-openssl-dev
Standards-Version: 3.9.8
Homepage: http://code.dlang.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-d/dub.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-d/dub.git

Package: dub
Architecture: any
Depends: ldc | gdc | d-compiler,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Package and build management system for D
 DUB is a build tool for D projects with support for automatically
 retrieving dependencies and integrating them in the build process.
 .
 The design emphasis is on maximum simplicity for simple projects, while
 providing the opportunity to customize things when needed.
