https://github.com/coq-ext-lib/coq-ext-lib
Raw File
Tip revision: 5ab128b68beda1dafe8c29039583d20bbc63cc82 authored by Gregory Malecha on 25 June 2019, 02:01:06 UTC
remove facts for finite maps.
Tip revision: 5ab128b
coq-ext-lib.opam
opam-version: "2.0"
maintainer: "gmalecha@gmail.com"
homepage: "https://github.com/coq-ext-lib/coq-ext-lib"
dev-repo: "git+https://github.com/coq-ext-lib/coq-ext-lib.git"
bug-reports: "https://github.com/coq-ext-lib/coq-ext-lib/issues"
authors: ["Gregory Malecha"]
license: "BSD"
build: [
  [make "-j%{jobs}%"]
]
install: [
  [make "install"]
]
remove: [
  ["rm" "-R" "%{lib}%/coq/user-contrib/ExtLib"]
]
depends: [
  "ocaml"
  "coq" {= "dev"}
]
synopsis: "A library of Coq definitions, theorems, and tactics"
flags: light-uninstall
url {
  src: "git+https://github.com/coq-ext-lib/coq-ext-lib"
}
back to top