Skip to content

Commit 963bbe2

Browse files
committed
Add coq-lean-import dev package
1 parent 2192297 commit 963bbe2

File tree

1 file changed

+27
-0
lines changed
  • extra-dev/packages/coq-lean-import/coq-lean-import.dev

1 file changed

+27
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)