-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release for coq-8.18, configure.ac and meta.yml edited by hand, the rest
generated by templates/generate.sh
- Loading branch information
Showing
5 changed files
with
19 additions
and
23 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
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,6 +1,9 @@ | ||
# This file was generated from `meta.yml`, please do not edit manually. | ||
# Follow the instructions on https://github.com/coq-community/templates to regenerate. | ||
|
||
opam-version: "2.0" | ||
maintainer: "[email protected]" | ||
version: "dev" | ||
version: "8.18.dev" | ||
|
||
homepage: "https://github.com/coq-community/coq-dpdgraph" | ||
dev-repo: "git+https://github.com/coq-community/coq-dpdgraph.git" | ||
|
@@ -13,16 +16,11 @@ Coq plugin that extracts the dependencies between Coq objects, | |
and produces files with dependency information. Includes tools | ||
to visualize dependency graphs and find unused definitions.""" | ||
|
||
build: [ | ||
["autoconf"] {dev} | ||
["./configure"] | ||
[make "-j%{jobs}%" "WARN_ERR="] | ||
] | ||
run-test: [make "test-suite"] | ||
install: [make "install" "BINDIR=%{bin}%"] | ||
build: [make "-j%{jobs}%"] | ||
install: [make "install"] | ||
depends: [ | ||
"ocaml" {>= "4.05.0"} | ||
"coq" {= "dev"} | ||
"coq" {>= "8.18 & "8.19~"} | ||
"conf-autoconf" {build & dev} | ||
"ocamlgraph" | ||
] | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ organization: coq-community | |
community: true | ||
action: true | ||
plugin: true | ||
branch: 'coq-master' | ||
branch: 'coq-v8.18' | ||
|
||
synopsis: >- | ||
Compute dependencies between Coq objects (definitions, theorems) and produce graphs | ||
|
@@ -29,15 +29,15 @@ maintainers: | |
|
||
opam-file-maintainer: [email protected] | ||
|
||
opam-file-version: dev | ||
opam-file-version: 8.18.dev | ||
|
||
license: | ||
fullname: GNU Lesser General Public License v2.1 | ||
identifier: LGPL-2.1-only | ||
|
||
supported_coq_versions: | ||
text: master (use the corresponding branch or release for other Coq versions) | ||
opam: '{= "dev"}' | ||
text: 8.18 (use the corresponding branch or release for other Coq versions) | ||
opam: '{>= "8.18 & < "8.19~"}' | ||
|
||
supported_ocaml_versions: | ||
text: 4.05.0 or later | ||
|
@@ -55,7 +55,7 @@ dependencies: | |
[OCamlgraph](https://github.com/backtracking/ocamlgraph) | ||
tested_coq_opam_versions: | ||
- version: dev | ||
- version: 8.18 | ||
|
||
namespace: dpdgraph | ||
|
||
|