Revision e0c024c83a36689d6a966ab620d9291bd75713d9 authored by Johannes Hostert on 02 January 2023, 14:53:05 UTC, committed by Johannes Hostert on 02 January 2023, 14:53:05 UTC
1 parent 92af8ae
Raw File
opam
opam-version: "2.0"
version: "dev+8.15"
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"
          "Dominik Kirst"
          "Fabian Kunze"
          "Gert Smolka"
          "Simon Spies"
          "Dominik Wehr"
          "Maximilian Wuttke"]
license: "CECILL-2.1"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
depends: [
  "coq" {= "8.15.0"}
  "coq-equations" {= "1.3+8.15"}
  "ocaml"
  "coq-smpl" {>= "8.15"}
  "coq-metacoq-template" {= "dev+8.15"}
]

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

back to top