Skip to content

Commit

Permalink
Merge pull request #2876 from ccyip/coq-idt.1.2.0
Browse files Browse the repository at this point in the history
Release coq-idt.1.2.0
  • Loading branch information
palmskog authored Dec 27, 2023
2 parents dc9dfdd + 216d185 commit af445b3
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions released/packages/coq-idt/coq-idt.1.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
maintainer: "[email protected]"

homepage: "https://github.com/ccyip/coq-idt"
dev-repo: "git+https://github.com/ccyip/coq-idt.git"
bug-reports: "https://github.com/ccyip/coq-idt/issues"
license: "MIT"

authors: [
"Qianchuan Ye"
"Benjamin Delaware"
]

build: [
[make "-j%{jobs}%"]
]
install: [make "install"]

depends: [
"coq-metacoq-template" {>= "1.2"}
]

synopsis: "Inductive Definition Transformers"
description: """
This Coq library allows you to transform an inductive definition to another
inductive definition, by providing a constructor transformer tactic. It can be
used to generate boilerplate lemmas for backward and forward reasoning, and to
generate inductive types with many similar cases.
"""

tags: [
"category:Miscellaneous/Coq Extensions"
"date:2023-12-25"
"logpath:idt"
]

url {
src: "https://github.com/ccyip/coq-idt/archive/refs/tags/v1.2.0.tar.gz"
checksum: "sha256=55d9552917e41769fa18f3823eef3d1910067bd33646bf4ddce2d90b2258725e"
}

0 comments on commit af445b3

Please sign in to comment.