Skip to content
Snippets Groups Projects
Commit d0429c02 authored by Ralf Jung's avatar Ralf Jung
Browse files

update opam file and README

parent 08f2cf2f
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
This "Iris plugin" implements the `string_to_ident` hook of the Iris proof mode This "Iris plugin" implements the `string_to_ident` hook of the Iris proof mode
using Ltac2, providing support for Gallina names in Iris intro patterns on Coq using Ltac2, providing support for Gallina names in Iris intro patterns on Coq
8.11 and later. 8.12 and later. Use the `v8.11` branch for a version that works with Coq 8.11.
## Installation ## Installation
......
...@@ -13,7 +13,7 @@ This package implements string_to_ident in Ltac2, enabling support for Gallina n ...@@ -13,7 +13,7 @@ This package implements string_to_ident in Ltac2, enabling support for Gallina n
""" """
depends: [ depends: [
"coq" {>= "8.11"} "coq" {>= "8.12"}
"coq-iris" {>= "dev.2020-04-07.0.86b62616" | (>= "3.3.0" & < "4.0") | = "dev"} "coq-iris" {>= "dev.2020-04-07.0.86b62616" | (>= "3.3.0" & < "4.0") | = "dev"}
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment