aboutsummaryrefslogtreecommitdiff
path: root/ide/coqide.opam
diff options
context:
space:
mode:
Diffstat (limited to 'ide/coqide.opam')
-rw-r--r--ide/coqide.opam21
1 files changed, 0 insertions, 21 deletions
diff --git a/ide/coqide.opam b/ide/coqide.opam
deleted file mode 100644
index 897177b283..0000000000
--- a/ide/coqide.opam
+++ /dev/null
@@ -1,21 +0,0 @@
-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"
- "conf-gtksourceview"
- "lablgtk" { >= "2.18.5" }
-]
-
-build-env: [
- [ COQ_CONFIGURE_PREFIX = "%{prefix}" ]
-]
-build: [ [ "dune" "build" "-p" name "-j" jobs ] ]