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
|
||||
;; Tests require ocamlformat which would lead to circular dependencies
|
||||
'(#:tests? #f))
|
||||
(properties '((upstream-name . "bisect_ppx")))
|
||||
(home-page "https://github.com/aantron/bisect_ppx")
|
||||
(synopsis "Code coverage for OCaml")
|
||||
(description "Bisect_ppx helps you test thoroughly. It is a small
|
||||
|
|
Loading…
Reference in a new issue