You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							13 lines
						
					
					
						
							833 B
						
					
					
				
			
		
		
	
	
							13 lines
						
					
					
						
							833 B
						
					
					
				 | 
						|
; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand | 
						|
; !!!! your changes will be undone! Instead, edit the package.json and then rerun 'esy pesy' at the project root. | 
						|
; !!!! If you want to stop using pesy and manage this file by hand, change package.json's 'esy.build' command to: refmterr dune build -p  fnm | 
						|
(executable | 
						|
   ; The entrypoint module | 
						|
   (name FnmApp)  ;  From package.json main field | 
						|
   ; The name of the executable (runnable via esy x fnm.exe)  | 
						|
   (public_name fnm.exe)  ;  From package.json name field | 
						|
   (libraries  base cmdliner lwt lambdasoup console.lib pastel.lib fnm.lib ) ;  From package.json require field (array of strings) | 
						|
   (flags ( -ccopt -lgmp )) ;  From package.json flags field | 
						|
   (preprocess ( pps lwt_ppx ppx_let ))  ; From package.json preprocess field | 
						|
) |