swh:1:snp:285d0862cad82752ceda4e56bdf44014e05fbf49
Raw File
Tip revision: 43acd2efbc2c0c584d6e9b80452e84b16a611943 authored by Yannick Forster on 03 August 2020, 13:54:33 UTC
Merge pull request #58 from DmxLarchey/remove_prelim
Tip revision: 43acd2e
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" {= "8.11"}
  "coq-psl-base-library" {="1.0.1+8.11"}
  "coq-metacoq-template" {="1.0~alpha2-uds-psl+8.11" }
  "coq-metacoq-checker" {="1.0~alpha2-uds-psl+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