Skip to content

Commit

Permalink
update metadata and regenerate using templates
Browse files Browse the repository at this point in the history
  • Loading branch information
chdoc committed May 24, 2022
1 parent 3b6d163 commit 160f7e1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ isomorphism).
- Gonthier's Formal Proof of the Four-Color Theorem (optional dependency)
- Coq namespace: `GraphTheory`
- Related publication(s):
- [A Variant of Wagner's Theorem Based on Combinatorial Hypermaps](https://hal.inria.fr/hal-03142192) doi:[10.4230/LIPIcs.ITP.2021.17](https://doi.org/10.4230/LIPIcs.ITP.2021.17)
- [Graph Theory in Coq - Minors, Treewidth, and Isomorphisms](https://hal.archives-ouvertes.fr/hal-02316859) doi:[10.1007/s10817-020-09543-2](https://doi.org/10.1007/s10817-020-09543-2)
- [Completeness of an Axiomatization of Graph Isomorphism via Graph Rewriting in Coq](https://hal.archives-ouvertes.fr/hal-02333553) doi:[10.1145/3372885.3373831](https://doi.org/10.1145/3372885.3373831)
- [A Formal Proof of the Minor-Exclusion Property for Treewidth-Two Graphs](https://hal.archives-ouvertes.fr/hal-01703922) doi:[10.1007/978-3-319-94821-8_11](https://doi.org/10.1007/978-3-319-94821-8_11)
Expand Down
2 changes: 1 addition & 1 deletion coq-graph-theory.opam
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Follow the instructions on https://github.com/coq-community/templates to regenerate.

opam-version: "2.0"
maintainer: "christian.doczkal@inria.fr"
maintainer: "christian.doczkal@mpi-sp.org"
version: "dev"

homepage: "https://github.com/coq-community/graph-theory"
Expand Down
8 changes: 5 additions & 3 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ description: |-
isomorphism).
publications:
- pub_url: https://hal.inria.fr/hal-03142192
pub_title: A Variant of Wagner's Theorem Based on Combinatorial Hypermaps
pub_doi: 10.4230/LIPIcs.ITP.2021.17
- pub_url: https://hal.archives-ouvertes.fr/hal-02316859
pub_title: Graph Theory in Coq - Minors, Treewidth, and Isomorphisms
pub_doi: 10.1007/s10817-020-09543-2
Expand Down Expand Up @@ -52,7 +55,7 @@ maintainers:
- name: Damien Pous
nickname: damien-pous

opam-file-maintainer: christian.doczkal@inria.fr
opam-file-maintainer: christian.doczkal@mpi-sp.org

opam-file-version: dev

Expand All @@ -65,8 +68,7 @@ supported_coq_versions:
opam: '{(>= "8.12" & < "8.16~") | (= "dev")}'

tested_coq_opam_versions:
- version: 'coq-dev'
repo: 'mathcomp/mathcomp-dev'
- version: 'dev-ocaml-4.13-flambda'
- version: '1.14.0-coq-8.15'
repo: 'mathcomp/mathcomp'
- version: '1.13.0-coq-8.14'
Expand Down

0 comments on commit 160f7e1

Please sign in to comment.