Skip to content

Commit 7a12ead

Browse files
committed
Package rocq-induction.0.1.0
1 parent 290b2df commit 7a12ead

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

  • released/packages/rocq-induction/rocq-induction.0.1.0
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "A better induction tactic for Rocq"
4+
description: "A better induction tactic for Rocq."
5+
maintainer: ["Yann Leray <yannl35133@gmail.com>"]
6+
authors: ["Yann Leray <yannl35133@gmail.com>"]
7+
license: "LGPL-2.1-only"
8+
homepage: "https://github.com/yannl35133/induction"
9+
bug-reports: "https://github.com/yannl35133/induction/issues"
10+
depends: [
11+
"dune" {>= "3.21"}
12+
"rocq-runtime" {>= "9.3.0"}
13+
"rocq-core"
14+
"odoc" {with-doc}
15+
]
16+
build: [
17+
["dune" "subst"] {dev}
18+
[
19+
"dune"
20+
"build"
21+
"-p"
22+
name
23+
"-j"
24+
jobs
25+
"@install"
26+
"@runtest" {with-test}
27+
"@doc" {with-doc}
28+
]
29+
]
30+
x-maintenance-intent: ["(any)"]
31+
url {
32+
src:
33+
"https://github.com/Yann-Leray/induction/archive/refs/tags/0.1.0.tar.gz"
34+
checksum: [
35+
"md5=26c8398a2b25097df306a34894750eb4"
36+
"sha512=9945234660269894ef52b41c0f6d8ad7c45141c5001e55c00a5048adbb7c7f1a6c21504a64ff66b3563ca012e76f1729546261f372633865569838cbaf24fd33"
37+
]
38+
}

0 commit comments

Comments
 (0)