Skip to content

Commit

Permalink
some dev doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Oct 3, 2023
1 parent ba0426e commit b2be79b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ opam pin add coq-elpi https://github.com/LPCIC/coq-elpi.git
One can also clone this repository and type `make`, but check you have
all the dependencies installed first (see [coq-elpi.opam](coq-elpi.opam)).

We recommend to look at the [CI setup](.github/workflows) for
ocaml versions being tested. Also, we recommend to install `dot-merlin-reader`
and `ocaml-lsp-server` (version 1.15).

</p></details>

## Documentation
Expand Down
2 changes: 2 additions & 0 deletions coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ depends: [
"stdlib-shims"
"elpi" {>= "1.16.5" & < "1.18.0~"}
"coq" {>= "8.18" & < "8.19~" }
"dot-merlin-reader" {with-dev}
"ocaml-lsp-server" {with-dev}
]
tags: [
"category:Miscellaneous/Coq Extensions"
Expand Down

0 comments on commit b2be79b

Please sign in to comment.