diff options
author | Julien Lepiller <julien@lepiller.eu> | 2022-09-25 14:31:30 +0200 |
---|---|---|
committer | Julien Lepiller <julien@lepiller.eu> | 2022-09-25 14:39:36 +0200 |
commit | 13cf9ebe84eb279d51c9eb4ea350fb943525c900 (patch) | |
tree | 6d6b594758cc1fb5ae7a5c947b9e57a9410feddc /etc | |
parent | 6ab510664568c819f4853f7f5528459c23d010b4 (diff) |
etc: teams: Define OCaml team scope.
* etc/teams.scm.in (ocaml): Define it.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/teams.scm.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/teams.scm.in b/etc/teams.scm.in index b517e6e0cb..9c7ae31275 100644 --- a/etc/teams.scm.in +++ b/etc/teams.scm.in @@ -142,7 +142,17 @@ and the r-build-system.")) #:name "OCaml and Dune team" #:description "The OCaml language, the Dune build system, OCaml packages, the \"opam\" -importer, and the ocaml-build-system.")) +importer, and the ocaml-build-system." + #:scope + (list "gnu/packages/ocaml.scm" + "gnu/packages/coq.scm" + "guix/build/ocaml-build-system.scm" + "guix/build/dune-build-system.scm" + "guix/build-system/ocaml.scm" + "guix/build-system/dune.scm" + "guix/import/opam.scm" + "guix/scripts/import/opam.scm" + "tests/opam.scm"))) (define-team java (team 'java |