diff options
| author | Julien Lepiller <julien@lepiller.eu> | 2020-12-08 15:03:47 +0100 |
|---|---|---|
| committer | Julien Lepiller <julien@lepiller.eu> | 2020-12-08 16:53:07 +0100 |
| commit | ccc4d287b7bd2a3ddea7b7f2c1ea2a722e68115c (patch) | |
| tree | eae73548e3f438c6ea3af85c13564c561ce5d28c /doc | |
| parent | a8dccd4bdc1e58219d4ba08fe1649bf0b8325f44 (diff) | |
guix: opam: Add coq support in the importer.
* guix/import/opam.scm (get-opam-repository): Add support for coq
repositories.
(ocaml-name->guix-name): Properly name coq package.
* doc/guix.texi (Invoking guix import): Document it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/guix.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 0e647a284cf..79601437238 100644 --- a/doc/guix.texi +++ b/doc/guix.texi | |||
| @@ -11291,6 +11291,25 @@ in Guix. | |||
| 11291 | @cindex OCaml | 11291 | @cindex OCaml |
| 11292 | Import metadata from the @uref{https://opam.ocaml.org/, OPAM} package | 11292 | Import metadata from the @uref{https://opam.ocaml.org/, OPAM} package |
| 11293 | repository used by the OCaml community. | 11293 | repository used by the OCaml community. |
| 11294 | |||
| 11295 | Additional options include: | ||
| 11296 | |||
| 11297 | @table @code | ||
| 11298 | @item --recursive | ||
| 11299 | @itemx -r | ||
| 11300 | Traverse the dependency graph of the given upstream package recursively | ||
| 11301 | and generate package expressions for all those packages that are not yet | ||
| 11302 | in Guix. | ||
| 11303 | @item --repo | ||
| 11304 | Select the given repository (a repository name). Possible values include: | ||
| 11305 | @itemize | ||
| 11306 | @item @code{opam}, the default opam repository, | ||
| 11307 | @item @code{coq} or @code{coq-released}, the stable repository for coq packages, | ||
| 11308 | @item @code{coq-core-dev}, the repository that contains development versions of coq, | ||
| 11309 | @item @code{coq-extra-dev}, the repository that contains development versions | ||
| 11310 | of coq packages. | ||
| 11311 | @end itemize | ||
| 11312 | @end table | ||
| 11294 | @end table | 11313 | @end table |
| 11295 | 11314 | ||
| 11296 | The structure of the @command{guix import} code is modular. It would be | 11315 | The structure of the @command{guix import} code is modular. It would be |
