mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: dune-configurator: Add synopsis and description.
* gnu/packages/ocaml.scm (dune-configurator): Add synopsis and description.
This commit is contained in:
parent
b995cc8b9a
commit
de5659d7d6
1 changed files with 11 additions and 2 deletions
|
@ -1305,8 +1305,17 @@ (define-public dune-configurator
|
|||
#: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
|
||||
|
|
Loading…
Reference in a new issue