-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yml
35 lines (31 loc) · 868 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
# Using https://github.com/coq-community/templates
authors:
- name: "Steven Keuchel"
email: "steven.keuchel@gmail.com"
- name: "Denis Carnier"
email: "decrn@users.noreply.github.com"
opam-file-maintainer: "decrn@users.noreply.github.com"
organization: decrn
shortname: tilogics
action: true
opam_name: coq-tilogics
branch: main
supported_coq_versions:
text: 8.16 or later
opam: '{(>= "8.16" & < "8.20~") | (= "dev")}'
tested_coq_opam_versions:
- version: '8.16'
- version: '8.17'
- version: '8.18'
- version: '8.19'
dependencies:
- opam:
name: coq-equations
version: '{(>= "1.3" & < "1.4") | (= "dev")}'
description: |-
[Equations](https://github.com/mattam82/Coq-Equations) 1.3 or later
- opam:
name: coq-iris
version: '{(>= "4.1" & < "4.3") | (= "dev")}'
description: |-
[Iris](https://iris-project.org/) 4.1 or later