etc: teams: Define OCaml team scope.

* etc/teams.scm.in (ocaml): Define it.
This commit is contained in:
Julien Lepiller 2022-09-25 14:31:30 +02:00
parent 6ab5106645
commit 13cf9ebe84
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -142,7 +142,17 @@ (define-team ocaml
#: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