-
Notifications
You must be signed in to change notification settings - Fork 88
/
Copy pathrocq-metarocq-safechecker.opam
39 lines (38 loc) · 1.49 KB
/
rocq-metarocq-safechecker.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
opam-version: "2.0"
version: "dev"
maintainer: "[email protected]"
homepage: "https://metarocq.github.io/metarocq"
dev-repo: "git+https://github.com/MetaRocq/metarocq.git#main"
bug-reports: "https://github.com/MetaRocq/metarocq/issues"
authors: ["Abhishek Anand <[email protected]>"
"Danil Annenkov <[email protected]>"
"Simon Boulier <[email protected]>"
"Cyril Cohen <[email protected]>"
"Yannick Forster <[email protected]>"
"Jason Gross <[email protected]>"
"Fabian Kunze <[email protected]>"
"Meven Lennon-Bertrand <[email protected]>"
"Kenji Maillard <[email protected]>"
"Gregory Malecha <[email protected]>"
"Jakob Botsch Nielsen <[email protected]>"
"Matthieu Sozeau <[email protected]>"
"Nicolas Tabareau <[email protected]>"
"Théo Winterhalter <[email protected]>"
]
license: "MIT"
build: [
["bash" "./configure.sh"]
[make "-j" "%{jobs}%" "-C" "safechecker"]
]
install: [
[make "-C" "safechecker" "install"]
]
depends: [
"rocq-metarocq-pcuic" {= version}
]
synopsis: "Implementation and verification of safe conversion and typechecking algorithms for Rocq"
description: """
MetaRocq is a meta-programming framework for Rocq.
The SafeChecker modules provides a correct implementation of
weak-head reduction, conversion and typechecking of Rocq definitions and global environments.
"""