Skip to content

Commit

Permalink
Update the coqide.opam file to match what is accepted in opam-reposit…
Browse files Browse the repository at this point in the history
…ory.
  • Loading branch information
Zimmi48 committed Jul 4, 2023
1 parent aaaf899 commit d3f2126
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions coqide.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ doc: "https://coq.github.io/doc/"
bug-reports: "https://github.com/coq/coq/issues"
depends: [
"dune" {>= "2.9"}
"ocamlfind" {build}
"conf-findutils" {build}
"conf-adwaita-icon-theme"
"coqide-server" {= version}
"cairo2" {>= "0.6.4"}
"lablgtk3-sourceview3" {>= "3.1.2"}
]
build: [
Expand Down
4 changes: 4 additions & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ structured way."))
(package
(name coqide)
(depends
(ocamlfind :build)
(conf-findutils :build)
conf-adwaita-icon-theme
(coqide-server (= :version))
(cairo2 (>= 0.6.4))
(lablgtk3-sourceview3 (>= 3.1.2)))
(synopsis "The Coq Proof Assistant --- GTK3 IDE")
(description "Coq is a formal proof management system. It provides
Expand Down

0 comments on commit d3f2126

Please sign in to comment.