File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ let roots =
1919  ; " await" 
2020  ]
2121
22+ let  additional_others =  StringSet. of_list [ " spawn" 
23+ 
2224let  omitted_others =  StringSet. of_list [ " odoc" 
2325
2426let  omitted_js =  StringSet. of_list [ " basement" " sexplib0" " ppxlib_jane" " spawn" 
@@ -332,7 +334,10 @@ let pin nm =
332334let  pin_packages  ()  =  sync_exec pin (StringSet. elements do_pin)
333335
334336let  install_others  others  = 
335-   let  others =  StringSet. elements (StringSet. diff others omitted_others) in 
337+   let  others = 
338+     StringSet. elements
339+       (StringSet. union (StringSet. diff others omitted_others) additional_others)
340+   in 
336341  ignore (Sys. command (" opam install -y " ^  String. concat "  " 
337342
338343let  clone  ?branch   ?(depth  = 1 )  nm  src  = 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments