forked from tchajed/coq-record-update
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yml
57 lines (45 loc) · 1.11 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
56
57
---
fullname: Record Update
shortname: coq-record-update
opam_name: coq-record-update
organization: tchajed
community: false
travis: true
coqdoc: false
synopsis: >-
Generic support for updating record fields in Coq
description: |-
While Coq provides projections for each field of a record, it has no
convenient way to update a single field of a record. This library provides a
generic way to update a field by name, where the user only has to implement a
simple typeclass that lists out the record fields.
authors:
- name: Tej Chajed
initial: true
maintainers:
- name: Tej Chajed
nickname: tchajed
opam-file-maintainer: [email protected]
opam-file-version: dev
license:
fullname: MIT License
identifier: MIT
supported_coq_versions:
text: 8.8 or later
opam: '{(>= "8.8" & < "8.16~") | (= "dev")}'
tested_coq_opam_versions:
- version: dev
- version: '8.15'
- version: '8.14'
- version: '8.13'
- version: '8.12'
- version: '8.11'
- version: '8.10'
- version: '8.9'
- version: '8.8'
namespace: RecordUpdate
keywords:
- name: record
categories:
- name: Computer Science/Data Types and Data Structures
---