Revision cfc2d60a2ac621a501287cd0e560d010366c4ba0 authored by Johannes Hostert on 05 January 2023, 01:33:45 UTC, committed by Johannes Hostert on 05 January 2023, 01:33:45 UTC
1 parent 6731dde
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