diff options
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 |