summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
Commit message (Collapse)AuthorAge
* gnu: coq-flocq: remove unnecessary return valuesDan Frumin2019-03-19
| | | | | | | * gnu/packages/coq.scm (coq-flocq)[arguments]: Add unnecessary return values after 'invoke' calls. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: coq-coquelicot: Update to 3.0.2.Dan Frumin2019-03-04
| | | | | | * gnu/packages/coq.scm (coq-coquelicot): Update to 3.0.2. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: coq-flocq: Update to 3.1.0.Dan Frumin2019-03-01
| | | | | | | * gnu/packages/coq.scm (coq-flocq): Update to 3.1.0. (coq-interval): Update to 3.4.0. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: Add coq-equations.Dan Frumin2019-02-13
| | | | | | * gnu/packages/coq.scm (coq-equations): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: coq-mathcomp: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-13
| | | | | * gnu/packages/coq.scm (coq-mathcomp)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: coq: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-13
| | | | | | * gnu/packages/coq.scm (coq)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Add 'make-git-checkout-writable' phase.
* gnu: Add coq-autosubstDan Frumin2019-02-07
| | | | | | * gnu/packages/coq.scm (coq-autosubst): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: coq-interval: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (coq-interval)[arguments]: Use INVOKE.
* gnu: coq-coquelicot: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (coq-coquelicot)[arguments]: Use INVOKE.
* gnu: coq-mathcomp: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/coq.scm (coq-mathcomp)[arguments]: Unconditionally return #T from build phases.
* gnu: coq-gappa: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | | * gnu/packages/coq.scm (coq-gappa)[arguments]: Unconditionally return #T from build phases by using INVOKE.
* gnu: proof-general: Use INVOKE.Ricardo Wurmus2019-01-25
| | | | * gnu/packages/coq.scm (proof-general)[arguments]: Use INVOKE in build phases.
* gnu: Move coq packages from ocaml to coq.Julien Lepiller2019-01-07
* gnu/packages/ocaml.scm (coq, proof-general, coq-flocq, coq-gappa, coq-mathcomp) (coq-coquelicot, coq-bignums, coq-interval): Move from here... * gnu/packages/coq.scm: ... to here. New file.