Skip to content

Commit

Permalink
Update for coq 8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
kyoDralliam committed Jan 29, 2024
1 parent bd2d217 commit 8b1f675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ 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.18 and onwards use the following
To install from the opam repository for Coq 8.19 and onwards use the following
commands:

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

### 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.18 https://github.com/uds-psl/smpl.git
git clone -v coq-8.19 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.18" | = "dev" }
"coq" { >= "8.19" | = "dev" }
]
synopsis: "Smpl: An Extensible Tactic for Coq"
description: """
Expand Down

0 comments on commit 8b1f675

Please sign in to comment.