-
Notifications
You must be signed in to change notification settings - Fork 17
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
[WIP] Fill in dune-project file #116
base: master
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
(lang dune 1.1) | ||
(lang dune 1.11) | ||
(using fmt 1.2) | ||
(name reglfw) | ||
(generate_opam_files true) | ||
|
||
(source (github revery-ui/reason-glfw)) | ||
(authors "Bryan Phelps") | ||
(maintainers "Bryan Phelps <[email protected]>") | ||
(license MIT) | ||
|
||
(package | ||
(name reglfw) | ||
(synopsis "Cross-platform Reason / OCaml bindings for GLFW") | ||
(description "") | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Need a description here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same as synopsis is good. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks, I've pushed your changes. It would be nice to have a more detailed description though if possible. |
||
(depends | ||
(ocaml (>= <TODO: FILL VERSION HERE>)) | ||
smolck marked this conversation as resolved.
Show resolved
Hide resolved
|
||
(dune (>= 1.11)) | ||
) |
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.
Should anybody else be added to these
authors
andmaintainers
fields?