-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from gares/opam2
Opam2
- Loading branch information
Showing
3 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
""" |