-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoq-lemonde.opam
38 lines (31 loc) · 997 Bytes
/
coq-lemonde.opam
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
# This file was generated from `meta.yml`, please do not edit manually.
# Follow the instructions on https://github.com/coq-community/templates to regenerate.
opam-version: "2.0"
maintainer: "thery@sophia.inria.fr"
version: "dev"
homepage: "https://github.com/thery/lemonde"
dev-repo: "git+https://github.com/thery/lemonde.git"
bug-reports: "https://github.com/thery/lemonde/issues"
license: "MIT"
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)"""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.20")}
"coq-mathcomp-ssreflect" {(>= "2.3.0")}
"coq-mathcomp-fingroup" {(>= "2.3.0")}
"coq-mathcomp-algebra" {(>= "2.3.0")}
]
tags: [
"keyword:lemonde"
"keyword:énigme"
"logpath:lemonde"
]
authors: [
"Laurent Théry"
]