-
Notifications
You must be signed in to change notification settings - Fork 8
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 #26 from coq-community/fix-boilerplate
update repo location in metadata, record Hierarchy Builder as dep
- Loading branch information
Showing
3 changed files
with
14 additions
and
7 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 |
---|---|---|
|
@@ -5,9 +5,9 @@ opam-version: "2.0" | |
maintainer: "Cyril Cohen <[email protected]>" | ||
version: "dev" | ||
|
||
homepage: "https://github.com/math-comp/tarjan" | ||
dev-repo: "git+https://github.com/math-comp/tarjan.git" | ||
bug-reports: "https://github.com/math-comp/tarjan/issues" | ||
homepage: "https://github.com/coq-community/tarjan" | ||
dev-repo: "git+https://github.com/coq-community/tarjan.git" | ||
bug-reports: "https://github.com/coq-community/tarjan/issues" | ||
license: "CECILL-B" | ||
|
||
synopsis: "Strongly connected component algorithms by Tarjan and Kosaraju using Coq and MathComp" | ||
|
@@ -23,6 +23,7 @@ depends: [ | |
"coq" {>= "8.16"} | ||
"coq-mathcomp-ssreflect" {>= "2.0"} | ||
"coq-mathcomp-fingroup" | ||
"coq-hierarchy-builder" {>= "1.4.0"} | ||
] | ||
|
||
tags: [ | ||
|
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