me
/
guix
Archived
1
0
Fork 0

gnu: dune-configurator: Add synopsis and description.

* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and
description.
master
Julien Lepiller 2020-10-30 20:11:31 +01:00
parent b995cc8b9a
commit de5659d7d6
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 11 additions and 2 deletions

View File

@ -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