Skip to content

Commit fbbeb2b

Browse files
authored
Merge pull request #3347 from coq/coq-lean-import
Add rocq-lean-import dev package
2 parents be8286d + f5ebc0f commit fbbeb2b

File tree

1 file changed

+32
-0
lines changed
  • extra-dev/packages/rocq-lean-import/rocq-lean-import.dev

1 file changed

+32
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
4+
homepage: "https://github.com/coq-community/rocq-lean-import"
5+
dev-repo: "git+https://github.com/coq-community/rocq-lean-import.git"
6+
bug-reports: "https://github.com/coq-community/rocq-lean-import/issues"
7+
license: "LGPL-2.1-only"
8+
9+
synopsis: "Plugin allowing Rocq to import Lean exported files"
10+
description: """
11+
Plugin allowing Rocq to import Lean exported files."""
12+
13+
build: [make "-j%{jobs}%"]
14+
run-test: [make "-j%{jobs}%" "test"]
15+
install: [make "install"]
16+
depends: [
17+
"ocaml" {>= "4.09.0"}
18+
"rocq-core" {= "dev"}
19+
"rocq-stdlib"
20+
]
21+
22+
tags: [
23+
"logpath:LeanImport"
24+
]
25+
authors: [
26+
"Gaëtan Gilbert"
27+
]
28+
29+
30+
url {
31+
src: "git+https://github.com/coq-community/rocq-lean-import.git#master"
32+
}

0 commit comments

Comments
 (0)