Skip to content

Commit

Permalink
trivial update for coq 8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoDralliam committed Oct 18, 2024
1 parent efc7d56 commit ac72bf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ The plugin is available for various versions of Coq in the different branches of

## Installation

We provide an opam repository from which smpl can be installed.
To install from the opam repository for Coq 8.19 and onwards use the following
We provide an opam repository from which smpl can be installed.
To install from the opam repository for Coq 8.20 and onwards use the following
commands:

opam repo add coq-released https://coq.inria.fr/opam/released
opam update
opam install coq-smpl.8.19
opam install coq-smpl.8.20

### Manual Installation

Expand All @@ -58,7 +58,7 @@ examples.
If you want to place smpl's sources in your project, you can place it
in a directory of your project.

git clone -v coq-8.19 https://github.com/uds-psl/smpl.git
git clone -v coq-8.20 https://github.com/uds-psl/smpl.git
cd smpl
make

Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"ocaml"
"coq" { >= "8.19" | = "dev" }
"coq" { >= "8.20" | = "dev" }
]
synopsis: "Smpl: An Extensible Tactic for Coq"
description: """
Expand Down

0 comments on commit ac72bf2

Please sign in to comment.