-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcoq-gaia-numbers.opam
35 lines (31 loc) · 1011 Bytes
/
coq-gaia-numbers.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
opam-version: "2.0"
maintainer: "[email protected]"
version: "dev"
homepage: "https://github.com/coq-community/gaia"
dev-repo: "git+https://github.com/coq-community/gaia.git"
bug-reports: "https://github.com/coq-community/gaia/issues"
license: "MIT"
synopsis: "Implementation of the sets of numbers Z, Q, and R following Bourbaki's Elements of Mathematics in Coq"
description: """
Implementation of the sets of numbers Z, Q, and R following N. Bourbaki's book series
Elements of Mathematics in Coq using the Mathematical Components library."""
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"dune" {>= "3.5"}
"coq" {>= "8.16"}
"coq-mathcomp-ssreflect" {>= "2.0"}
"coq-mathcomp-algebra"
"coq-gaia-theory-of-sets" {= version}
"coq-gaia-ordinals" {= version}
]
tags: [
"category:Mathematics/Arithmetic and Number Theory/Number theory"
"keyword:integers"
"keyword:rational numbers"
"keyword:real numbers"
"logpath:gaia.numbers"
]
authors: [
"José Grimm"
"Alban Quadrat"
]