-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
meta.yml
55 lines (55 loc) · 1.42 KB
/
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
53
54
55
---
fullname: Parsec
shortname: coq-parsec
opam_name: coq-parsec
organization: liyishuai
action: true
ci_test_dependants: true
synopsis: Monadic parser combinator library in Coq
description: Inspired by Haskell Parsec library.
authors:
- name: Yishuai Li
email: [email protected]
orcid: 0000-0002-5728-5903
- name: Azzam Althagafi
email: [email protected]
- name: Yao Li
email: [email protected]
orcid: 0000-0001-8720-883X
- name: Li-yao Xia
email: [email protected]
orcid: 0000-0003-2673-4400
- name: Benjamin C. Pierce
email: [email protected]
orcid: 0000-0001-7839-1636
license:
- fullname: BSD 3-Clause "New" or "Revised" License
identifier: BSD-3-Clause
dependencies:
- description: '[Cérès](https://github.com/Lysxia/coq-ceres)'
opam:
name: coq-ceres
version: '{ >= "0.4.0" }'
- description: '[ExtLib](https://coq-community.org/coq-ext-lib/)'
opam:
name: coq-ext-lib
version: '{ >= "0.11.3" }'
dune: true
categories:
- name: Computer Science/Data Types and Data Structures
keywords:
- name: string
namespace: Parsec
opam-file-maintainer: 'Yishuai Li <[email protected]>'
supported_coq_versions:
text: 8.14 or later
opam: '{ >= "8.14~" }'
tested_coq_opam_versions:
- version: 'dev'
- version: '8.14'
- version: '8.15'
- version: '8.16'
- version: '8.17'
- version: '8.18'
- version: '8.19'
- version: '8.20'