mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: ocaml-bisect-ppx: Add upstream-name.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx)[properties]: Add upstream-name.
This commit is contained in:
parent
9eea1f8f6f
commit
bf64ef1a83
1 changed files with 1 additions and 0 deletions
|
@ -6546,6 +6546,7 @@ (define-public ocaml-bisect-ppx
|
||||||
(arguments
|
(arguments
|
||||||
;; Tests require ocamlformat which would lead to circular dependencies
|
;; Tests require ocamlformat which would lead to circular dependencies
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
|
(properties '((upstream-name . "bisect_ppx")))
|
||||||
(home-page "https://github.com/aantron/bisect_ppx")
|
(home-page "https://github.com/aantron/bisect_ppx")
|
||||||
(synopsis "Code coverage for OCaml")
|
(synopsis "Code coverage for OCaml")
|
||||||
(description "Bisect_ppx helps you test thoroughly. It is a small
|
(description "Bisect_ppx helps you test thoroughly. It is a small
|
||||||
|
|
Loading…
Reference in a new issue