Skip to content

Commit

Permalink
Merge pull request #3206 from ybertot/fourcolor-1.4.0
Browse files Browse the repository at this point in the history
fourcolor and fourcolor-reals 1.4.0
  • Loading branch information
palmskog authored Nov 15, 2024
2 parents 7a4bb06 + d86bb5e commit aceaddb
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
opam-version: "2.0"
maintainer: "palmskog@gmail.com"

homepage: "https://github.com/coq-community/fourcolor"
dev-repo: "git+https://github.com/coq-community/fourcolor.git"
bug-reports: "https://github.com/coq-community/fourcolor/issues"
license: "CECILL-B"

synopsis: "Interface for real numbers used in the Four Color Theorem"
description: """
An axiomatization of the setoid of classical real numbers, along
with proofs of properties such as categoricity."""

build: [make "-C" "theories/reals" "-j%{jobs}%"]
install: [make "-C" "theories/reals" "install"]
depends: [
"coq" {(>= "8.16" & < "8.21~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.4~") | (= "dev")}
"coq-mathcomp-algebra"
]

tags: [
"category:Mathematics/Real Calculus and Topology"
"keyword:real numbers"
"logpath:fourcolor.reals"
"date: 2024-11-15"
]
conflicts: [
"coq-fourcolor" { != version }
]

authors: [
"Georges Gonthier"
]

url {
src: "https://github.com/coq-community/fourcolor/archive/refs/tags/v1.4.0.tar.gz"
checksum: "sha512=f957d3d3260b6f2960e59cabb64a1f5636370cee7fc8870911855e331a50e86e2f5ef526f1d27921a15ed4870521346415dd1c0542e8b61c403b9c465eb8cd9e"
}
42 changes: 42 additions & 0 deletions released/packages/coq-fourcolor/coq-fourcolor.1.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
opam-version: "2.0"
maintainer: "palmskog@gmail.com"

homepage: "https://github.com/coq-community/fourcolor"
dev-repo: "git+https://github.com/coq-community/fourcolor.git"
bug-reports: "https://github.com/coq-community/fourcolor/issues"
license: "CECILL-B"

synopsis: "Mechanization of the Four Color Theorem in Coq"
description: """
This library contains a formal proof of the Four Color Theorem in Coq,
along with the theories needed to support stating and then proving the Theorem.
This includes an axiomatization of the setoid of classical real numbers,
basic plane topology definitions, and a theory of combinatorial hypermaps."""

build: [make "-C" "theories/proof" "-j%{jobs}%"]
install: [make "-C" "theories/proof" "install"]
depends: [
"coq" {(>= "8.16" & < "8.21~") | (= "dev")}
"coq-mathcomp-ssreflect" {(>= "2.0.0" & < "2.4~") | (= "dev")}
"coq-mathcomp-algebra"
"coq-hierarchy-builder" {>= "1.5.0"}
"coq-fourcolor-reals" {= version}
]

tags: [
"category:Mathematics/Combinatorics and Graph Theory"
"keyword:Four color theorem"
"keyword:small scale reflection"
"keyword:Mathematical Components"
"logpath:fourcolor.proof"
"date: 2024-11-15"
]

authors: [
"Georges Gonthier"
]

url {
src: "https://github.com/coq-community/fourcolor/archive/refs/tags/v1.4.0.tar.gz"
checksum: "sha512=f957d3d3260b6f2960e59cabb64a1f5636370cee7fc8870911855e331a50e86e2f5ef526f1d27921a15ed4870521346415dd1c0542e8b61c403b9c465eb8cd9e"
}

0 comments on commit aceaddb

Please sign in to comment.