Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package js_program lacks field package-dune-stanzas #10

Open
lefessan opened this issue Sep 28, 2023 · 0 comments
Open

Package js_program lacks field package-dune-stanzas #10

lefessan opened this issue Sep 28, 2023 · 0 comments

Comments

@lefessan
Copy link
Member

The beginning of the file should be:

(executable
  (name !{library-name})
  (libraries !{dune-libraries} !(package-dune-libraries))
  (modes js)
  !{dune-stanzas}
  !(package-dune-stanzas)
  )

as in https://github.com/OCamlPro/superbol-studio-oss/blob/master/src/vscode/superbol-vscode-platform/dune.drom-tpl

Ninjapouet pushed a commit to Ninjapouet/drom-share that referenced this issue Jul 9, 2024
lefessan added a commit that referenced this issue Jul 19, 2024
Fixed #10: added missing `package-dune-stanzas`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant