Commit 2c717c1 1 parent 2192297 commit 2c717c1 Copy full SHA for 2c717c1
File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+
3
+ version: "dev"
4
+
5
+ homepage: "https://github.com/coq-community/rocq-lean-import"
6
+ dev-repo: "git+https://github.com/coq-community/rocq-lean-import.git"
7
+ bug-reports: "https://github.com/coq-community/rocq-lean-import/issues"
8
+ license: "LGPL-2.1-only"
9
+
10
+ synopsis: "Plugin allowing Rocq to import Lean exported files"
11
+ description: """
12
+ Plugin allowing Rocq to import Lean exported files."""
13
+
14
+ build: [make "-j%{jobs}%"]
15
+ run-test: [make "-j%{jobs}%" "test"]
16
+ install: [make "install"]
17
+ depends: [
18
+ "ocaml" {>= "4.09.0"}
19
+ "rocq-core" {= "dev"}
20
+ "rocq-stdlib"
21
+ ]
22
+
23
+ tags: [
24
+ "logpath:LeanImport"
25
+ ]
26
+ authors: [
27
+ "Gaëtan Gilbert"
28
+ ]
29
+
30
+
31
+ url {
32
+ src: "git+https://github.com/coq-community/rocq-lean-import.git#master"
33
+ }
You can’t perform that action at this time.
0 commit comments