; !!!! 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 (library ; The namespace that other packages/libraries will access this library through (name Fnm) ; Other libraries list this name in their package.json 'require' field to use this library. (public_name fnm.lib) (libraries pastel.lib str base lwt ssl lwt_ssl lambdasoup cohttp cohttp-lwt cohttp-lwt-unix console.lib ppx_deriving_yojson.runtime ) (preprocess ( pps lwt_ppx ppx_let ppx_deriving.show ppx_deriving.eq ppx_deriving.make ppx_deriving.ord ppx_deriving_yojson )) ; From package.json preprocess field )