diff options
Diffstat (limited to 'coqide-server.opam')
| -rw-r--r-- | coqide-server.opam | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/coqide-server.opam b/coqide-server.opam new file mode 100644 index 0000000000..546ce75dbd --- /dev/null +++ b/coqide-server.opam @@ -0,0 +1,16 @@ +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" +] + +build: [ [ "dune" "build" "-p" name "-j" jobs ] ] |
