Revision 12848be3ede0664de1d5b45140e0131f1bdefe8f authored by Yannick Forster on 09 April 2020, 14:47:13 UTC, committed by GitHub on 09 April 2020, 14:47:13 UTC
1 parent 4a55a78
Raw File
opam
opam-version: "2.0"
version: "dev+8.11"
maintainer: "forster@ps.uni-saarland.de"
homepage: "https://github.com/uds-psl/coq-library-undecidability/"
dev-repo: "git+https://github.com/uds-psl/coq-library-undecidability/"
bug-reports: "https://github.com/uds-psl/coq-library-undecidability/issues"
authors: ["Yannick Forster"
          "Dominique Larchey-Wendling"
          "Andrej Dudenhefner"
          "Edith Heiter"
          "Dominik Kirst"
          "Fabian Kunze"
          "Gert Smolka"
          "Simon Spies"
          "Dominik Wehr"
          "Maximilian Wuttke"]
license: "CeCILL"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "-R" "%{lib}%/coq/user-contrib/Undecidability"]
]
depends: [
  "coq" {>= "8.11" & < "8.12~"}
  "coq-equations" {= "1.2.1+8.11"}
  "ocaml" 
  "coq-smpl"
  "coq-psl-base-library"
  "coq-metacoq-template" {="1.0~alpha2+8.11" }
  "coq-metacoq-checker" {="1.0~alpha2+8.11" }
]

synopsis: "A Coq Library of Undecidability Proofs"
flags: light-uninstall
url {
  git: "https://github.com/uds-psl/coq-library-undecidability.git#coq-8.11"
}
back to top