We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
js_program
package-dune-stanzas
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
The text was updated successfully, but these errors were encountered:
Fixed OCamlPro#10: added missing package-dune-stanzas.
0c1a876
Merge pull request #12 from Ninjapouet/fix#10
eb60ff9
Fixed #10: added missing `package-dune-stanzas`.
No branches or pull requests
The beginning of the file should be:
as in https://github.com/OCamlPro/superbol-studio-oss/blob/master/src/vscode/superbol-vscode-platform/dune.drom-tpl
The text was updated successfully, but these errors were encountered: