https://github.com/uds-psl/cook-levin
Raw File
Tip revision: e24a92af25746f6758a09ea1dc51e57491508e60 authored by Fabian Kunze on 03 February 2021, 23:29:51 UTC
added missing html doc
Tip revision: e24a92a
opam
opam-version: "2.0"
version: "dev+8.12"
maintainer: "kunze@ps.uni-saarland.de"
homepage: "https://github.com/uds-psl/coq-library-complexity/"
dev-repo: "git+https://github.com/uds-psl/coq-library-complexity/"
bug-reports: "https://github.com/uds-psl/coq-library-complexity/issues"
authors: ["Fabian Kunze"
          "Lennard Gäher"
          "Maximilian Wuttke"
          "Yannick Forster"]
license: "CeCILL"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "-R" "%{lib}%/coq/user-contrib/Complexity"]
]
depends: [
  "coq" {>= "8.12" & < "8.13~"}
  "coq-equations" {= "1.2.3+8.12"}
  "ocaml"
  "coq-smpl" {= "8.12"}
  "coq-library-undecidability" {>= "dev+8.12" }
]

synopsis: "A Coq Library of Complexity Theory"
flags: light-uninstall
url {
  git: "https://github.com/uds-psl/coq-library-complexity#coq-8.12"
}
back to top