-
Notifications
You must be signed in to change notification settings - Fork 27
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
Add simple template #884
base: master
Are you sure you want to change the base?
Add simple template #884
Conversation
templates/simple/src/bin/dune
Outdated
@@ -0,0 +1,4 @@ | |||
(executable | |||
(name main) | |||
(public_name package) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
very confusing to call everything package
. Can we come up with a bit better names?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, what about just example
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we could do a library and no executable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I kept both but renamed it to example, if that's okay with you it should be good to go now
3b75f92
to
a57908b
Compare
a57908b
to
99c8a44
Compare
No description provided.