Revision f1ae4645a9d47c2748799123ccd0cc0d6ed0b377 authored by Yannick Forster on 16 October 2019, 07:57:17 UTC, committed by Yannick Forster on 16 October 2019, 07:57:17 UTC
1 parent 46ccb2e
Raw File
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.9"}
  "coq-equations" {= "1.2+8.8" | = "1.2+8.9"}
  "ocaml" {> "4.02.3"}
]

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