Revision d717806e756d96159830cae0b655ecd540f04fb7 authored by Dominique Larchey-Wendling on 20 April 2020, 12:52:43 UTC, committed by GitHub on 20 April 2020, 12:52:43 UTC
Unify Fin.t / pos and Vector.t / vec
2 parent s 7ffb6a8 + 14775e7
Raw File
opam
opam-version: "2.0"
version: "dev+8.11"
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"
          "Dominik Kirst"
          "Fabian Kunze"
          "Gert Smolka"
          "Simon Spies"
          "Dominik Wehr"
          "Maximilian Wuttke"]
license: "CeCILL"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "-R" "%{lib}%/coq/user-contrib/Undecidability"]
]
depends: [
  "coq" {>= "8.11" & < "8.12~"}
  "coq-equations" {= "1.2.1+8.11"}
  "ocaml" 
  "coq-smpl"
  "coq-psl-base-library"
  "coq-metacoq-template" {="1.0~alpha2+8.11" }
  "coq-metacoq-checker" {="1.0~alpha2+8.11" }
]

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