François Bérenger

Results 420 comments of François Bérenger

updated new cpm version constraint upstream

If I check that the latest version of the package installs with 5.1.0, would that be enough?

If there was a version taking advantage of ocaml-5 features, it would allow people to easily switch between fork-based parallelism and thread-based parallelism (just by changing the parmap version or...

The documentation doesn't mention this library requires Python-3.6 . Or, did I miss something?

#After the failed odb trial, If I do by hand: cd ~/ocamlbrew/ocaml-3.12.1/build/odb/install-ocamlwc/ocamlwc-0.3 ./configure --prefix=$HOME/ocamlbrew/ocaml-4.00.0 make make install #it works fine

I tried many things but none worked inside of odb. :( I don't know what's wrong with this package. Even if I put a config= in my packages file, odb...

Sorry, I did not understand this was already possible.

On 10/16/2012 05:21 AM, mmouratov wrote: > ``` > Steps to reproduce the problem > ``` > 1. Install the official Cygwin-based OCaml installer; > 2. Install Odb by downloading...

On 10/16/2012 04:52 AM, mmouratov wrote: > Steps to reproduce the problem: > 1. Install the official Cygwin-based OCaml installer; > 2. Install Odb by downloading the latest odb.ml, adding...

My guess is that there is a problem on Cygwin in the function install_package when the current directory is referred to as '.' . I can't help further as I...