Andre
Andre
After some offline discussions, it seems this is due to the priority given to the servers downloading the apps, which go in ascending Android API order. Inverting this order could...
Your version of opam (1.2.2) is no longer officially supported, which means for instance we cannot even blacklist certain configuration of packages, so that opam will warn about them. Please...
I'm closing this due to inability to reproduce (opam 2 cannot be downgraded to opam 1.2, and it is currently hard to obtain a system with opam 1.2) and inactivity....
For now, I'm following a colleague's suggestion, and using the `messages` field to emit a warning when both conditions are met. This will not prevent the user from installing the...
Cool, I didn't know it! So next time, should I just suggest it to iD directly? In any case, thanks a lot!
Great! I'll try that as soon as I can and report back here.
Another (minor) issue I just noticed: when a `dirs` stanza is used, other directories are excluded when using `copy_files`; however, the error message is `Cannot find directory: `. It took...
Sorry for yet another related comment on this subject: `glob_files`/`glob_files_rec` are useful in `deps`, but I believe they are rarely (if ever) used to match possibly empty lists. For instance,...
I'm having a very similar problem, but on Cygwin. I even tried installing older versions of cairo2 (down to 0.6), but I got the same error everytime. In my Fedora,...
Ok, after seeing [this](https://github.com/Chris00/ocaml-cairo/issues/34) for the first time, I tried checking my `C:\OCaml64\bin` folder (mapped to `/usr/bin` in Cygwin), and I noticed the `pkg-config` file inside it was a symlink...