-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yml
49 lines (37 loc) · 843 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
fullname: EdwardsEllipticCurve
shortname: EdwardsEllipticCurve
organization: thery
opam_name: coq-edwards
community: false
dune: false
action: true
synopsis: Edwards Curves
description: |-
Following The Group Law for Edwards Curves Thomas C. Hales
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.19 or later'
opam: '{(>= "8.19")}'
dependencies:
- opam:
name: coq-mathcomp-ssreflect
version: '{(>= "2.2.0")}'
description: |-
[MathComp ssreflect 2.2 or later](https://math-comp.github.io)
tested_coq_opam_versions:
- version: '2.2.0-coq-8.19'
repo: 'mathcomp/mathcomp'
namespace: edwards
keywords:
- name: edwards
- name: elliptic curve
---