mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: coq-gappa: Update home-page.
* gnu/packages/coq.scm (coq-gappa)[home-page]: Update.
This commit is contained in:
parent
5f7fb8bd37
commit
d326fdb7af
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@ (define-public coq-flocq
|
|||
(replace 'install
|
||||
(lambda _
|
||||
(invoke "./remake" "install"))))))
|
||||
(home-page "https://flocq.gitlabpages.inria.fr/")
|
||||
(home-page "https://flocq.gitlabpages.inria.fr")
|
||||
(synopsis "Floating-point formalization for the Coq system")
|
||||
(description "Flocq (Floats for Coq) is a floating-point formalization for
|
||||
the Coq system. It provides a comprehensive library of theorems on a multi-radix
|
||||
|
@ -295,7 +295,7 @@ (define-public coq-gappa
|
|||
;; (lambda _ (invoke "./remake" "check")))
|
||||
(replace 'install
|
||||
(lambda _ (invoke "./remake" "install"))))))
|
||||
(home-page "https://gappa.gforge.inria.fr/")
|
||||
(home-page "https://gappa.gitlabpages.inria.fr/")
|
||||
(synopsis "Verify and formally prove properties on numerical programs")
|
||||
(description "Gappa is a tool intended to help verifying and formally proving
|
||||
properties on numerical programs dealing with floating-point or fixed-point
|
||||
|
|
Loading…
Reference in a new issue