François Bérenger
François Bérenger
You may give a try at this if you need OCaml and several libraries on Windows "right now": http://wodi.forge.ocamlcore.org/
OK, the first step will be to have a real graph in the Dep module of odb.ml. I may do this after my "user re-definable actions" proposal. Then, we may...
Should I try to display the dependency graph from odb or just output the graph to a user-given filename and output the command to convert it to a png file?...
Hello, I sent a pull request concerning this feature request.
I think there is even a possible problem in case ~prfx contains some regexp special characters. The following might be preferable: (\* does the string starts with prefix ? *)...
I am in some other code using this same function, that's why I notice problems with it (like swapping its parameters inadvertantly or using mistakenly some special charcters in the...
No, the matched substring must start at index 0 in the code I gave. That's correct and I tried it extensively in a toplevel. I'll send a pull request. The...
Hello, In fact, this issue is completely related to issue #46. I would like to add the possibility to specify custom commands to configure/build/install/uninstall a package describbed in the ~/.odb/packages...
On 10/16/2012 05:34 AM, Edgar Friendly wrote: > Actually, I'd recommend using this command: |ocaml odb.ml > https://github.com/ocaml-batteries-team/batteries-included.git| to > install the latest batteries from git. It doesn't depend on...
I created a pull request for this.