-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust metadata after move to coq-community
- Loading branch information
Showing
4 changed files
with
27 additions
and
10 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 |
---|---|---|
|
@@ -2,9 +2,9 @@ opam-version: "2.0" | |
maintainer: "[email protected]" | ||
version: "dev" | ||
|
||
homepage: "https://github.com/palmskog/gaia" | ||
dev-repo: "git+https://github.com/palmskog/gaia.git" | ||
bug-reports: "https://github.com/palmskog/gaia/issues" | ||
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 books from Bourbaki's Elements of Mathematics in Coq" | ||
|
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,8 +1,8 @@ | ||
--- | ||
fullname: Gaia | ||
shortname: gaia | ||
organization: palmskog | ||
community: false | ||
organization: coq-community | ||
community: true | ||
dune: true | ||
action: true | ||
|
||
|
@@ -36,6 +36,10 @@ authors: | |
- name: Alban Quadrat | ||
- name: Carlos Simpson | ||
|
||
maintainers: | ||
- name: Laurent Théry | ||
nickname: thery | ||
|
||
opam-file-maintainer: [email protected] | ||
|
||
opam-file-version: dev | ||
|
@@ -82,7 +86,7 @@ build: |- | |
## Building instructions | ||
``` shell | ||
git clone https://github.com/palmskog/gaia | ||
git clone https://github.com/coq-community/gaia | ||
cd gaia | ||
make # or make -j <number-of-cores-on-your-machine> | ||
``` | ||
|
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,5 +1,5 @@ | ||
(coq.theory | ||
(name gaia) | ||
(package coq-gaia) | ||
(synopsis "An implementation of the theory of sets (following Bourbaki) in Coq") | ||
(synopsis "Implementation of books from Bourbaki's Elements of Mathematics in Coq") | ||
(flags -w -notation-overridden -w -notation-incompatible-format -w -ambiguous-paths)) |