Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few things need to be filled in before this is ready for merge: * The `description` part of the `(package` section. * The `depends` part of the `(package` section. I'm not sure what version of OCaml should used, so I've left it as `(ocaml (>= <FILL VERSION HERE>))`. If anyone knows the version that should be used, let me know and I'll update this. Also, any other dependencies will need to be put here, which don't necessarily have to have versions associated with them but should be listed. If I'm forgetting any other fields (or if there are any other changes that should be made), let me know. Note that I've used https://github.com/rgrinberg/opium/blob/master/dune-project as a reference here. The reason for this addition is so that Revery can be published on OPAM (see revery-ui/revery#71), which will require that its dependencies be published on OPAM as well (this repository was mentioned as a dependency of Revery in revery-ui/revery#71 (comment)). With this PR, the dune file will generate `reglfw.opam` (due to `(generate_opam_files true)`), preparing this library for for publishing on OPAM.
- Loading branch information