Florent Monnier
Florent Monnier
Sorry for the git conflict. I don't know how to make clean parallel PRs.
English is not my born language, so I don't really know which other word could be used. My first idea was to feed this link in an existing category, but...
I agree that this is something that often occur in the open source community. I even applied to a job to an open source company, and they officially requested me...
Hi, yes I was not sure what to put as the default, `--libs` or `--static-libs`. (My motivation with this binding was to make mini-games and post it on itch.io ;...
Hi Aaron, I'm not the maintainer of this opam package. The opam package page for glMLite is there: https://opam.ocaml.org/packages/glMLite/ as you can see the packager is: (you can try to...
You can also make a pull-request in the opam-repo, it requires only 10 minutes :)
Yes indeed, these bindings are installed in `~/.opam/$VERSION/lib/sdl2`. The command `ocamlfind query sdl2` should confirm that (if the installation inside opam proceeded correctly.) Should I document this point in the...
Why?
Have you tryed to compile this fork from 2017: https://github.com/fccm/ocaml-xlib/pull/2 ? The description says: "Fixes for ocaml >= 4.04" So it would maybe resolve your problem to install it with...
Hi @vzaliva, I've just added an `opam` file! So now you can install this code repository with: ``` opam install . ```