We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2192297 commit 963bbe2Copy full SHA for 963bbe2
extra-dev/packages/coq-lean-import/coq-lean-import.dev/opam
@@ -0,0 +1,27 @@
1
+opam-version: "2.0"
2
+maintainer: "[email protected]"
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 Coq to import Lean exported files"
11
+description: """
12
+Plugin allowing Coq to import Lean exported files."""
13
14
+build: [make "-j%{jobs}%" "test"]
15
+run-test: [make "-j%{jobs}%"]
16
+install: [make "install"]
17
+depends: [
18
+ "ocaml" {>= "4.09.0"}
19
+ "coq" {= "dev"}
20
+]
21
22
+tags: [
23
+ "logpath:LeanImport"
24
25
+authors: [
26
+ "Gaëtan Gilbert"
27
0 commit comments