summaryrefslogtreecommitdiff
path: root/gnu/packages/coq.scm
Commit message (Collapse)AuthorAge
* 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.