-
Notifications
You must be signed in to change notification settings - Fork 6
/
meta.yml
52 lines (42 loc) · 983 Bytes
/
meta.yml
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
40
41
42
43
44
45
46
47
48
49
50
51
52
---
fullname: Reduction Effects
shortname: reduction-effects
organization: coq-community
community: true
action: true
synopsis: A Coq plugin to add reduction side effects to some Coq reduction strategies
authors:
- name: Hugo Herbelin
initial: true
maintainers:
- name: Yishuai Li
nickname: liyishuai
- name: Jason Gross
nickname: JasonGross
opam-file-maintainer: "Yishuai Li <yishuai@cis.upenn.edu>"
license:
fullname: Mozilla Public License 2.0
identifier: MPL-2.0
plugin: true
supported_coq_versions:
text: Coq 8.10 or later
opam: '{ >= "8.10" }'
tested_coq_opam_versions:
- version: '8.10'
- version: '8.11'
- version: '8.12'
- version: '8.13'
- version: '8.14'
- version: '8.15'
- version: '8.16'
- version: '8.17'
- version: '8.18'
- version: 'dev'
dependencies:
- description: '[Cppo](https://github.com/ocaml-community/cppo)'
opam:
name: cppo
version: '{ >= "1.6.8" }'
test_target: test
ci_extra_dev: true
namespace: ReductionEffect