diff options
author | Julien Lepiller <julien@lepiller.eu> | 2018-06-06 19:14:39 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2018-07-10 10:11:01 +0200 |
commit | b24443bff9f9f3f36353eea2ef35e6dc3745a417 (patch) | |
tree | d940c3e3c2d79ef98492fe1195179dc410c460d0 /doc | |
parent | 4f6afde9b4ac014fbcb75b9611a5a14ae096e422 (diff) | |
download | guix-b24443bff9f9f3f36353eea2ef35e6dc3745a417.tar guix-b24443bff9f9f3f36353eea2ef35e6dc3745a417.tar.gz |
guix: Add opam importer.
* guix/scripts/import.scm (importers): Add opam.
* guix/scripts/import/opam.scm: New file.
* guix/import/opam.scm: New file.
* tests/opam.scm: New file.
* Makefile.am: Add them.
* doc/guix.texi (Invoking guix import): Document it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 7ce364b0af..a8e53a5308 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6661,6 +6661,12 @@ in Guix. @cindex crate Import metadata from the crates.io Rust package repository @uref{https://crates.io, crates.io}. + +@item opam +@cindex OPAM +@cindex OCaml +Import metadata from the @uref{https://opam.ocaml.org/, OPAM} package +repository used by the OCaml community. @end table The structure of the @command{guix import} code is modular. It would be |