gnu: dub: Flesh out synopsis & description.

* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
This commit is contained in:
Tobias Geerinckx-Rice 2017-04-12 18:55:55 +02:00
parent b31b0155ea
commit 27a5c60465
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 9 additions and 2 deletions

View File

@ -3,6 +3,7 @@
;;; Copyright © 2015 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2017 Frederick Muriithi <fredmanglis@gmail.com>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@ -308,6 +309,12 @@ latest DMD frontend and uses LLVM as backend.")
(native-inputs
`(("ldc" ,ldc)))
(home-page "https://code.dlang.org/getting_started")
(synopsis "DUB package manager")
(description "This package provides the D package manager.")
(synopsis "Package and build manager for D projects")
(description
"DUB is a package and build manager for applications and libraries written
in the D programming language. It can automatically retrieve a project's
dependencies and integrate them in the build process.
The design emphasis is on maximum simplicity for simple projects, while
providing the opportunity to customize things when needed. ")
(license license:expat)))