mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
coq: needs ocaml-findlib at runtime.
This commit is contained in:
parent
7ca01bb266
commit
6304f74651
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'coq'
|
# Template file for 'coq'
|
||||||
pkgname=coq
|
pkgname=coq
|
||||||
version=8.16.1
|
version=8.16.1
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="camlp5 dune ocaml ocaml-findlib ocaml-num ocaml-zarith"
|
hostmakedepends="camlp5 dune ocaml ocaml-findlib ocaml-num ocaml-zarith"
|
||||||
|
depends="ocaml-findlib"
|
||||||
short_desc="Proof assistant written in OCaml"
|
short_desc="Proof assistant written in OCaml"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
|
|
Loading…
Add table
Reference in a new issue