Skip to content

Commit

Permalink
Package coq-ext-lib.0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liyishuai committed Sep 5, 2024
1 parent 7660c01 commit 7eeafdf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions released/packages/coq-ext-lib/coq-ext-lib.0.12.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
opam-version: "2.0"
synopsis: "A library of Coq definitions, theorems, and tactics"
description:
"A collection of theories and plugins that may be useful in other Coq developments."
maintainer: "gmalecha@gmail.com"
authors: "Gregory Malecha"
license: "BSD-2-Clause"
tags: "logpath:ExtLib"
homepage: "https://github.com/coq-community/coq-ext-lib"
doc: "https://coq-community.github.io/coq-ext-lib/"
bug-reports: "https://github.com/coq-community/coq-ext-lib/issues"
depends: [
"coq" {>= "8.9" & (< "8.10" | >= "8.11")}
]
build: [make "-j%{jobs}%" "theories"]
run-test: [make "-j%{jobs}%" "examples"]
install: [make "install"]
dev-repo: "git+https://github.com/coq-community/coq-ext-lib.git"
url {
src:
"https://github.com/coq-community/coq-ext-lib/archive/refs/tags/v0.12.2.tar.gz"
checksum: [
"md5=5ec0acf1cece75511ffa7dab5ed35e73"
"sha512=5e90195bb26d05bfa6c9c4e65d8285f802b6cf4ae22932ce73707f5f0d36ceea76f6cbf467ab6480570aeac66de520459fb4433ff3fa71bd9b1f003d5dc139d0"
]
}

0 comments on commit 7eeafdf

Please sign in to comment.