[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: dub: Flesh out synopsis & description.
From: |
Tobias Geerinckx-Rice |
Subject: |
01/02: gnu: dub: Flesh out synopsis & description. |
Date: |
Fri, 14 Apr 2017 12:26:35 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 27a5c60465afc8f8875f41b5e6830d3c0757eb2b
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Apr 12 18:55:55 2017 +0200
gnu: dub: Flesh out synopsis & description.
* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
---
gnu/packages/ldc.scm | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ldc.scm b/gnu/packages/ldc.scm
index 42e6c04..59036a5 100644
--- a/gnu/packages/ldc.scm
+++ b/gnu/packages/ldc.scm
@@ -3,6 +3,7 @@
;;; Copyright © 2015 Pjotr Prins <address@hidden>
;;; Copyright © 2017 Frederick Muriithi <address@hidden>
;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; 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)))