; !!!! 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 pacakge.json's 'esy.build' command to: refmterr dune build -p  fnm
(executable
   ; The entrypoint module
   (name TestFnm)  ;  From package.json main field
   ; The name of the executable (runnable via esy x TestFnm.exe) 
   (public_name TestFnm.exe)  ;  From package.json name field
   (libraries  fnm.lib rely.lib ) ;  From package.json require field (array of strings)
   (ocamlopt_flags ( -linkall -g ))  ; From package.json ocamloptFlags field
)