mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
etc: teams: Define OCaml team scope.
* etc/teams.scm.in (ocaml): Define it.
This commit is contained in:
parent
6ab5106645
commit
13cf9ebe84
1 changed files with 11 additions and 1 deletions
|
@ -142,7 +142,17 @@ (define-team ocaml
|
||||||
#:name "OCaml and Dune team"
|
#:name "OCaml and Dune team"
|
||||||
#:description
|
#:description
|
||||||
"The OCaml language, the Dune build system, OCaml packages, the \"opam\"
|
"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
|
(define-team java
|
||||||
(team 'java
|
(team 'java
|
||||||
|
|
Loading…
Reference in a new issue