-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yml
65 lines (49 loc) · 1.25 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
---
fullname: lemonde
shortname: lemonde
organization: thery
community: false
dune: false
action: true
synopsis: Les énigmes du Monde
description: |-
Les énigmes du Monde
Une tentative de formaliser en Coq les problèmes proposés par le journal
Le Monde en 2013 comme énigmes mathématiques.
[Les vidéos](http://www-sop.inria.fr/marelle/Laurent.Thery/LeMonde/index.html)
authors:
- name: Laurent Théry
maintainers:
- name: Laurent Théry
nickname: thery
opam-file-maintainer: [email protected]
license:
fullname: MIT License
identifier: MIT
supported_coq_versions:
text: '8.9 or later'
opam: '{(>= "8.18")}'
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "2.2.0")}'
description: |-
[MathComp ssreflect 2.2.0 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-fingroup
version: '{(>= "2.2.0")}'
description: |-
[MathComp fingroup 2.2.0 or later](https://math-comp.github.io)
- opam:
name: coq-mathcomp-algebra
version: '{(>= "2.2.0")}'
description: |-
[MathComp algebra 2.2.0 or later](https://math-comp.github.io)
tested_coq_opam_versions:
- version: '2.2.0-coq-8.19'
repo: 'mathcomp/mathcomp'
namespace: lemonde
keywords:
- name: lemonde
- name: énigme
---