-
Notifications
You must be signed in to change notification settings - Fork 14
/
coq-coq-100-theorems.opam
38 lines (32 loc) · 1.17 KB
/
coq-coq-100-theorems.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: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/coq-100-theorems"
dev-repo: "git+https://github.com/coq-community/coq-100-theorems.git"
bug-reports: "https://github.com/coq-community/coq-100-theorems/issues"
license: "MIT"
synopsis: "Coq theorems from the list of 100 famous theorems"
description: """
[Freek Wiedijk's webpage](http://www.cs.ru.nl/~freek/100/) lists
[100 famous theorems](http://pirate.shu.edu/~kahlnath/Top100.html)
and how many of those have been formalised using proof assistants.
This repository keeps track of the statements that have been proved
using the [Coq proof assistant](https://coq.inria.fr/).
You can see the list on [this webpage](https://madiot.fr/coq100)."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {>= "8.10"}
"coq-coquelicot" {>= "3.1.0"}
]
tags: [
"category:Mathematics/Algebra"
"keyword:famous theorems"
"logpath:Coq100Theorems"
]
authors: [
"Jean-Marie Madiot"
"Frédéric Chardard"
]