Browse Source

esy pesy update

remotes/origin/add-simple-redirecting-site
Gal Schlezinger 6 years ago
parent
commit
afef9d6f15
  1. 2
      executable/dune
  2. 2
      library/dune
  3. 2
      test/dune

2
executable/dune

@ -1,7 +1,7 @@
; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand ; !!!! 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. ; !!!! 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 ; !!!! 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 (executable
; The entrypoint module ; The entrypoint module
(name FnmApp) ; From package.json main field (name FnmApp) ; From package.json main field

2
library/dune

@ -1,7 +1,7 @@
; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand ; !!!! 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. ; !!!! 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 ; !!!! 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 (library
; The namespace that other packages/libraries will access this library through ; The namespace that other packages/libraries will access this library through
(name Fnm) (name Fnm)

2
test/dune

@ -1,7 +1,7 @@
; !!!! This dune file is generated from the package.json file by pesy. If you modify it by hand ; !!!! 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. ; !!!! 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 ; !!!! 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 (executable
; The entrypoint module ; The entrypoint module
(name TestFnm) ; From package.json main field (name TestFnm) ; From package.json main field

Loading…
Cancel
Save