aboutsummaryrefslogtreecommitdiff
path: root/coqide.opam
blob: 17fb5dbbe2f24b6555cda8fc6f609443310c5972 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
opam-version: "1.2"
maintainer: "The Coq development team <coqdev@inria.fr>"
authors: "The Coq development team, INRIA, CNRS, and contributors."
homepage: "https://coq.inria.fr/"
bug-reports: "https://github.com/coq/coq/issues"
dev-repo: "https://github.com/coq/coq.git"
license: "LGPL-2.1"

available: [ocaml-version >= "4.05.0"]

depends: [
  "dune"               { build & >= "1.2.0" }
  "coq"
  "coqide-server"
  "conf-gtksourceview"
  "lablgtk"            {         >= "2.18.5" }
]

build-env: [
  [ COQ_CONFIGURE_PREFIX = "%{prefix}" ]
]
build: [ [ "dune" "build" "-p" name "-j" jobs ] ]