Skip to content

Commit

Permalink
Merge pull request #12 from gares/opam2
Browse files Browse the repository at this point in the history
Opam2
  • Loading branch information
ggonthier authored Apr 25, 2019
2 parents 4e1e7e5 + e0b65ac commit ae4a210
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The Four Color Theorem
The repository contains a [mechanization](http://www.ams.org/notices/200811/tx081101382p.pdf) of
the [Four ColorTheorem](https://en.wikipedia.org/wiki/Four_color_theorem)(Appel & Haken, 1976),
the [Four Color Theorem](https://en.wikipedia.org/wiki/Four_color_theorem)(Appel & Haken, 1976),
a landmark result of graph theory.

The formal proof is based on the [Mathematical Components](https://github.com/math-comp/math-comp)
Expand Down
6 changes: 0 additions & 6 deletions descr

This file was deleted.

15 changes: 11 additions & 4 deletions opam
Original file line number Diff line number Diff line change
@@ -1,17 +1,24 @@
opam-version: "1.0"
opam-version: "2.0"
name: "coq-mathcomp-fourcolor"
version: "dev"
maintainer: "Mathematical Components <[email protected]>"

homepage: "https://math-comp.github.io/math-comp/"
bug-reports: "Mathematical Components <[email protected]>"
dev-repo: "https://github.com/math-comp/fourcolor.git"
dev-repo: "git+https://github.com/math-comp/fourcolor"
license: "CeCILL-B"

build: [ make "-j" "%{jobs}%" ]
install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/fourcolor'" ]
depends: [ "coq-mathcomp-algebra" { = "dev" } ]

tags: [ "keyword:Four color theorem" "keyword:small scale reflection" "keyword:mathematical components" ]
authors: [ "Georges Gonthier" ]
synopsis: "Mechanization of the Four Color Theorem"
description: """
Proof of the Four Color Theorem

This library contains a formalized proof of the Four Color Theorem, 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.
"""

0 comments on commit ae4a210

Please sign in to comment.