Revision 6731dded9fe68a4bb3f2a746ad08c18ddbf8abcc authored by Johannes Hostert on 04 January 2023, 15:05:49 UTC, committed by Johannes Hostert on 04 January 2023, 15:05:49 UTC
2 parent s b1ff754 + 646043f
Raw File
opam
opam-version: "2.0"
version: "dev+8.16"
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: "CECILL-2.1"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {= "8.16.0"}
  "ocaml"
  "coq-metacoq-template" {>= "1.1.1+8.16"}
]

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