guix: Add opam importer.
authorJulien Lepiller <julien@lepiller.eu>
Wed, 6 Jun 2018 17:14:39 +0000 (19:14 +0200)
committerJulien Lepiller <julien@lepiller.eu>
Tue, 10 Jul 2018 08:11:01 +0000 (10:11 +0200)
commitb24443bff9f9f3f36353eea2ef35e6dc3745a417
treed940c3e3c2d79ef98492fe1195179dc410c460d0
parent4f6afde9b4ac014fbcb75b9611a5a14ae096e422
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.
Makefile.am
doc/guix.texi
guix/import/opam.scm [new file with mode: 0644]
guix/scripts/import.scm
guix/scripts/import/opam.scm [new file with mode: 0644]
tests/opam.scm [new file with mode: 0644]