swh:1:snp:285d0862cad82752ceda4e56bdf44014e05fbf49
Raw File
Tip revision: 138245ce9172b45d91ec49eda1cc67ef155bc14e authored by Andrej Dudenhefner on 26 March 2024, 12:06:22 UTC
Merge pull request #218 from mrhaandi/fix-Arguments-typo
Tip revision: 138245c
opam
opam-version: "2.0"
version: "dev+8.19"
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"
          "Marc Hermes"
          "Johannes Hostert"
          "Dominik Kirst"
          "Mark Koch"
          "Fabian Kunze"
          "Gert Smolka"
          "Simon Spies"
          "Dominik Wehr"
          "Maximilian Wuttke"]

license: "MPL-2.0"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {>= "8.19" & < "8.20~"}
  "ocaml"
  "coq-metacoq-template"
]

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