docs: update README to reflect docker-opam-action rename#107
Conversation
Zimmi48
left a comment
There was a problem hiding this comment.
I noticed a few things that would need to be updated, although not all of them are related to this PR, so feel free to delay some of these changes to a later PR. The comments that are most relevant to the current PR are the one on the title, and those related to the contributing guide and code of conduct.
| [example-link]: https://github.com/erikmd/docker-coq-github-action-demo | ||
|
|
||
| [contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg | ||
| [contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md |
There was a problem hiding this comment.
This link should be removed or replaced.
| [contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md | ||
|
|
||
| [conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg | ||
| [conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md |
There was a problem hiding this comment.
Same. In this case, we can point to https://rocq-prover.org/policies/code-of-conduct.
| | | GitHub repo | Type | Docker Hub | | ||
| | --- | ----------------------------------------------------------------------- | ------------- | ---------------------------------------------------------------- | | ||
| | ⊙ | [docker-opam-action](https://github.com/rocq-prover/docker-opam-action) | GitHub Action | N/A | | ||
| | ↳ | [docker-rocq](https://github.com/coq-community/docker-rocq) | Dockerfile | [`rocq/rocq-prover`](https://hub.docker.com/r/rocq/rocq-prover/) | |
There was a problem hiding this comment.
| | ↳ | [docker-rocq](https://github.com/coq-community/docker-rocq) | Dockerfile | [`rocq/rocq-prover`](https://hub.docker.com/r/rocq/rocq-prover/) | | |
| | ↳ | [docker-rocq](https://github.com/rocq-community/docker-rocq) | Dockerfile | [`rocq/rocq-prover`](https://hub.docker.com/r/rocq/rocq-prover/) | |
| | --- | ----------------------------------------------------------------------- | ------------- | ---------------------------------------------------------------- | | ||
| | ⊙ | [docker-opam-action](https://github.com/rocq-prover/docker-opam-action) | GitHub Action | N/A | | ||
| | ↳ | [docker-rocq](https://github.com/coq-community/docker-rocq) | Dockerfile | [`rocq/rocq-prover`](https://hub.docker.com/r/rocq/rocq-prover/) | | ||
| | ↳ | [docker-base](https://github.com/coq-community/docker-base) | Dockerfile | [`rocq/base`](https://hub.docker.com/r/rocq/base/) | |
There was a problem hiding this comment.
| | ↳ | [docker-base](https://github.com/coq-community/docker-base) | Dockerfile | [`rocq/base`](https://hub.docker.com/r/rocq/base/) | | |
| | ↳ | [docker-base](https://github.com/rocq-community/docker-base) | Dockerfile | [`rocq/base`](https://hub.docker.com/r/rocq/base/) | |
| | ↳ | Debian | Linux distro | [`debian`](https://hub.docker.com/_/debian/) | | ||
|
|
||
| For more details about these images, see the | ||
| [docker-coq wiki](https://github.com/coq-community/docker-coq/wiki). |
There was a problem hiding this comment.
| [docker-coq wiki](https://github.com/coq-community/docker-coq/wiki). | |
| [docker-coq wiki](https://github.com/rocq-community/docker-coq/wiki). |
| @@ -1 +1 @@ | |||
| # Docker-Coq GitHub Action | |||
There was a problem hiding this comment.
| # Docker-Opam GitHub Action |
| The `docker-coq-action` provides built-in support for `opam` builds. | ||
| The `docker-opam-action` provides built-in support for `opam` builds. | ||
|
|
||
| `coq` is built on-top of `ocaml` and so `coq` projects use `ocaml`'s |
There was a problem hiding this comment.
| `coq` is built on-top of `ocaml` and so `coq` projects use `ocaml`'s | |
| Rocq is built on-top of OCaml and so Rocq projects use OCaml's |
| This GitHub Action supports `opam` out of the box. | ||
| If your project does not already have a `coq-….opam` file, you might | ||
| generate one such file by using the corresponding template gathered in | ||
| [coq-community/templates](https://github.com/coq-community/templates#readme). |
There was a problem hiding this comment.
| [rocq-community/templates](https://github.com/rocq-community/templates#readme). |
| [coq-community/templates](https://github.com/coq-community/templates#readme). | ||
|
|
||
| This `.opam` file can then serve as a basis for submitting releases in | ||
| [coq/opam-coq-archive](https://github.com/coq/opam-coq-archive), and |
There was a problem hiding this comment.
| [rocq-prover/opam](https://github.com/rocq-prover/opam) repository, and |
| This `.opam` file can then serve as a basis for submitting releases in | ||
| [coq/opam-coq-archive](https://github.com/coq/opam-coq-archive), and | ||
| related guidelines (including the required **`.opam` metadata**) are | ||
| available in <https://coq.inria.fr/opam-packaging.html>. |
There was a problem hiding this comment.
| available in <https://rocq-prover.org/docs/opam-packaging>. |
|
|
||
| The supported compilers w.r.t. each version of Coq are documented in the | ||
| [OCaml-versions policy](https://github.com/coq-community/docker-coq/wiki#ocaml-versions-policy) section of the `docker-coq` wiki. | ||
| [OCaml-versions policy](https://github.com/rocq-prover/docker-coq/wiki#ocaml-versions-policy) section of the `docker-coq` wiki. |
There was a problem hiding this comment.
This link shouldn't have been changed (until this wiki moves elsewhere).
| #### `opam_file` | ||
|
|
||
| *Optional* | ||
| _Optional_ |
There was a problem hiding this comment.
BTW, you have a lot of spurious changes in the diff like this one. If you can configure your auto-formatter to use * instead of _ for italic, it would reduce significantly the size of the diff.
No description provided.