forked from rocq-community/trocq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoq-trocq-std-examples.opam
More file actions
39 lines (35 loc) · 986 Bytes
/
Copy pathcoq-trocq-std-examples.opam
File metadata and controls
39 lines (35 loc) · 986 Bytes
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"
maintainer: "Cyril Cohen <cyril.cohen@inria.fr>"
version: "dev"
homepage: "https://github.com/coq-community/trocq"
dev-repo: "git+https://github.com/coq-community/trocq.git"
bug-reports: "https://github.com/coq-community/trocq/issues"
license: "LGPL-3.0-or-later"
synopsis: "A modular parametricity plugin for proof transfer in Coq: examples"
description: """
Tests for applications of Trocq
"""
build: [make "-C" "examples/std" "-j%{jobs}%"]
install: [make "-C" "examples/std" "install"]
depends: [
"coq" {>= "8.20" & < "9.2"}
"coq-mathcomp-algebra"
"coq-trocq-std"
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
"category:Miscellaneous/Coq Extensions"
"keyword:automation"
"keyword:elpi"
"keyword:proof transfer"
"keyword:isomorphism"
"keyword:univalence"
"keyword:parametricity"
"logpath:Trocq"
]
authors: [
"Cyril Cohen"
"Enzo Crance"
"Lucie Lahaye"
"Assia Mahboubi"
]