Skip to content

Commit ea823ed

Browse files
committed
add opam package definition with core dependencies
1 parent a979f09 commit ea823ed

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

coq-roosterize.opam

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
version: "dev"
4+
5+
homepage: "https://github.com/EngineeringSoftware/roosterize"
6+
dev-repo: "git+https://github.com/EngineeringSoftware/roosterize.git"
7+
bug-reports: "https://github.com/EngineeringSoftware/roosterize/issues"
8+
license: "MIT"
9+
synopsis: "Tool for suggesting lemma names in Coq verification projects"
10+
description: """
11+
Roosterize is a tool for suggesting lemma names in verification projects
12+
that use the Coq proof assistant. The tool leverages neural networks that
13+
take serialized Coq lemma statements and elaborated terms as input.
14+
"""
15+
16+
depends: [
17+
"ocaml" {= "4.07.1"}
18+
"coq" {= "8.10.2"}
19+
"coq-serapi" {= "8.10.0+0.7.1"}
20+
"conf-python-3"
21+
]
22+
23+
authors: [
24+
"Emilio Jesús Gallego Arias"
25+
"Milos Gligoric"
26+
"Junyi Jessy Li"
27+
"Pengyu Nie"
28+
"Karl Palmskog"
29+
]

0 commit comments

Comments
 (0)