Skip to content

Commit da82dfd

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

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

  • released/packages/rocq-induction/rocq-induction.0.1.0
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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/rocq-induction"
9+
bug-reports: "https://github.com/yannl35133/rocq-induction/issues"
10+
depends: [
11+
"dune" {>= "3.21"}
12+
"rocq-runtime" {>= "9.3.0"}
13+
"odoc" {with-doc}
14+
]
15+
build: [
16+
["dune" "subst"] {dev}
17+
[
18+
"dune"
19+
"build"
20+
"-p"
21+
name
22+
"-j"
23+
jobs
24+
"@install"
25+
"@runtest" {with-test}
26+
"@doc" {with-doc}
27+
]
28+
]
29+
x-maintenance-intent: ["(any)"]
30+
url {
31+
src:
32+
"https://github.com/Yann-Leray/induction/archive/refs/tags/0.1.0.tar.gz"
33+
checksum: [
34+
"md5=0b7edffdeb32d6f7d0f159a47861041e"
35+
"sha512=55d894706fe2189f4683ed107cbcabdb9c28983fda05b2b029f2f13ac2e66ef4bd27e76968608fbe8fa1d4a79afb2a70806a42f6bcaa694c7c75c3f8d6597fbd"
36+
]
37+
}

0 commit comments

Comments
 (0)