swh:1:snp:285d0862cad82752ceda4e56bdf44014e05fbf49
Raw File
Tip revision: 46b354bd2f5a1b33efc961edf45ac565562d016e authored by Dominique Larchey-Wendling on 03 April 2020, 12:42:19 UTC
update CeCILL license to 2.1
Tip revision: 46b354b
opam
opam-version: "2.0"
version: "dev"
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 <forster@ps.uni-saarland.de>"
          "Dominique Larchey-Wendling <dominique.larchey-wendling@loria.fr>"]
license: "CeCILL"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "-R" "%{lib}%/coq/user-contrib/Undecidability"]
]
depends: [
  "coq" {>= "8.8" & < "8.10"}
  "coq-equations" {= "1.2+8.8" | = "1.2+8.9"}
  "ocaml" {> "4.02.3"}
  "coq-metacoq-template" {="1.0~alpha+8.8" | = "1.0~alpha+8.9" }
  "coq-metacoq-checker" {="1.0~alpha+8.8" | = "1.0~alpha+8.9" }
]

synopsis: "A library of undecidable problems in Coq"
flags: light-uninstall
url {
  git: "https://github.com/uds-psl/coq-library-undecidability.git#extraction"
}
back to top