Skip to content

Commit

Permalink
update opam and README from templates
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Jan 31, 2020
1 parent c10b948 commit 869aaaa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
[gitter-shield]: https://img.shields.io/badge/chat-on%20gitter-%23c1272d.svg
[gitter-link]: https://gitter.im/coq-community/Lobby


[doi-shield]: https://zenodo.org/badge/DOI/10.1007/978-3-642-25379-9_14.svg
[doi-link]: https://doi.org/10.1007/978-3-642-25379-9_14

Expand All @@ -39,8 +40,8 @@ provided with the plugin.
- Karl Palmskog ([**@palmskog**](https://github.com/palmskog))
- License: [GNU Lesser General Public License v3.0 or later](LICENSE)
- Compatible Coq versions: 8.11 (use the corresponding branch or release for other Coq versions)
- Compatible OCaml versions: all versions supported by Coq
- Additional Coq dependencies: none
- Compatible OCaml versions: 4.05.0 or later
- Additional dependencies: none
- Coq namespace: `AAC_tactics`
- Related publication(s):
- [Tactics for Reasoning modulo AC in Coq](https://arxiv.org/abs/1106.4448) doi:[10.1007/978-3-642-25379-9_14](https://doi.org/10.1007/978-3-642-25379-9_14)
Expand Down
2 changes: 1 addition & 1 deletion coq-aac-tactics.opam
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ provided with the plugin."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"ocaml" {>= "4.05.0"}
"coq" {>= "8.11" & < "8.12~"}
]

Expand Down
4 changes: 3 additions & 1 deletion meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ license:
fullname: GNU Lesser General Public License v3.0 or later
identifier: LGPL-3.0-or-later

plugin: true
supported_ocaml_versions:
text: 4.05.0 or later
opam: '{>= "4.05.0"}'

supported_coq_versions:
text: 8.11 (use the corresponding branch or release for other Coq versions)
Expand Down

0 comments on commit 869aaaa

Please sign in to comment.