Merge pull request #260469 from figsoda/ocaml

team-list.nix: add ocaml

authored by Weijia Wang and committed by GitHub 7f480265 28600ee9

+12
+12
maintainers/team-list.nix
··· 682 682 shortName = "Numtide team"; 683 683 }; 684 684 685 + ocaml = { 686 + members = [ 687 + alizter 688 + ]; 689 + githubTeams = [ 690 + "ocaml" 691 + ]; 692 + scope = "Maintain the OCaml compiler and package set."; 693 + shortName = "OCaml"; 694 + enableFeatureFreezePing = true; 695 + }; 696 + 685 697 openstack = { 686 698 members = [ 687 699 SuperSandro2000