ocaml-dataloader
ocaml-dataloader copied to clipboard
opam release?
Hey @andreas, this project is great! Is there anything missing before it gets an opam release?
Honestly I've found myself spread too thin, so I haven't found time to give the project much love 😬 Would you be interested in getting commit rights?
@andreas totally understandable! I'm still new to the ocaml side of things (coming from reason) but I would love to help out where I can. I'm currently working on some example code using this library with ocaml-graphql-server and it's working great.
That makes sense. I think this repo might be a good way to cut your teeth -- it's fairly small and self-contained, but still presents an opportunity to get experience with the entire flow of developing a package 😄 I've invited you as a collaborator now if you feel like it.
My suggested steps to a release would be:
- Update from jbuilder to dune
- Update to OPAM2 (this should fix Travis)
- Get a green build on Travis (hopefully requires no work after step 2)
- Publish
@andreas great project! I'm not sure if @phated is still working on getting this but I managed to promote the project to dune and got travis to build as well. I'm also new to Ocaml as well 😄. If it's okay with you guys I can open a pr against this repo. My fork is located at https://github.com/selasiehanson/ocaml-dataloader
@selasiehanson, sounds great. Please go ahead with the PR.