-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmeta.yml
79 lines (64 loc) · 2.1 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
---
fullname: Paramcoq
shortname: paramcoq
organization: coq-community
community: true
action: true
plugin: true
doi: 10.4230/LIPIcs.CSL.2012.381
branch: 'master'
synopsis: Plugin for generating parametricity statements to perform refinement proofs
description: |-
A Coq plugin providing commands for generating parametricity statements.
Typical applications of such statements are in data refinement proofs.
Note that the plugin is still in an experimental state - it is not very user
friendly (lack of good error messages) and still contains bugs. But it
is usable enough to "translate" a large chunk of the standard library.
publications:
- pub_title: Parametricity in an Impredicative Sort
pub_url: https://hal.archives-ouvertes.fr/hal-00730913/
pub_doi: 10.4230/LIPIcs.CSL.2012.381
authors:
- name: Chantal Keller
initial: true
- name: Marc Lasson
initial: true
- name: Abhishek Anand
- name: Pierre Roux
- name: Emilio Jesús Gallego Arias
- name: Cyril Cohen
- name: Matthieu Sozeau
maintainers:
- name: Pierre Roux
nickname: proux01
license:
fullname: MIT License
identifier: MIT
supported_coq_versions:
text: >-
The master branch tracks the development version of Coq, see
releases for compatibility with released versions of Coq
opam: '{= "dev" }'
categories:
- name: 'Miscellaneous/Coq Extensions'
keywords:
- name: paramcoq
- name: parametricity
- name: OCaml modules
namespace: Param
opam-file-maintainer: 'Pierre Roux <pierre.roux@onera.fr>'
opam-file-version: 'dev'
tested_coq_opam_versions:
- version: 'dev'
documentation: |-
# Deprecation Notice
Paramcoq is no longer actually maintained and released. It is only
kept as a test case for Rocq's OCaml API. The release for Rocq 9.0
will be the last one and is known to suffer some universe issues
(for instance iit no longer enable to compile CoqEAL). Users are
invited to switch to [coq-elpi](https://github.com/LPCIC/coq-elpi)
derive.param2. One can look at
[CoqEAL](https://github.com/coq-community/coqeal) for an example of
porting. Main current caveat: support for mutual inductives isn't
implemented yet.
---