This is an automated email from the git hooks/post-receive script.
roptat pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new de5659d gnu: dune-configurator: Add synopsis and description.
de5659d is described below
commit de5659d7d65fe8a8ff579ad2353e6036fb8db2bd
Author: Julien Lepiller <[email protected]>
AuthorDate: Fri Oct 30 20:11:31 2020 +0100
gnu: dune-configurator: Add synopsis and description.
* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and
description.
---
gnu/packages/ocaml.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3489979..30add4f 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1305,8 +1305,17 @@ following a very simple s-expression syntax.")
#:tests? #f))
(propagated-inputs
`(("ocaml-csexp" ,ocaml-csexp)))
- (synopsis "")
- (description "")))
+ (synopsis "Dune helper library for gathering system configuration")
+ (description "Dune-configurator is a small library that helps writing
+OCaml scripts that test features available on the system, in order to generate
+config.h files for instance. Among other things, dune-configurator allows one
to:
+
+@itemize
+@item test if a C program compiles
+@item query pkg-config
+@item import #define from OCaml header files
+@item generate config.h file
+@end itemize")))
(define-public dune
(package