GODI is a package management system for the OCaml programming language. It provides dependency management for OCaml similar to the way CPAN provides package management for Perl.
Questions tagged [godi]
9 questions
7
votes
2 answers
GODI installation issue
I'm trying to install GODI on linux (Ubuntu). It's a library management tool for the ocaml language. I've actually installed this before --twice, but awhile ago-- with no issues --that I can remember-- but this time I just can't figure out what I'm…

nlucaroni
- 47,556
- 6
- 64
- 86
5
votes
1 answer
GUI cross-development in OCaml with natural look and feel
I would like to build a GUI for an OCaml application I'm writing. My first idea was to use GTK+. I would like my application to run on Macs, Linux, Windows with a natural look and feel. I know that, while GTK+ uses X11 on the Mac by default (which…

Surikator
- 1,463
- 9
- 26
2
votes
1 answer
GODI-Batteries: Installation problems (yet again)
I have asked this question before but it turns out that what I believed to be the solution is not.
The Problem
I have just started a fresh GODI installation and I am attempting to install the batteries library. I have all dependencies sorted, e.g.…

Surikator
- 1,463
- 9
- 26
2
votes
1 answer
GODI-Batteries: Installation problems
I am trying to install godi-batteries using GODI console. I seem to have all dependencies sorted (like Camomile). I get the following error within Godi's interface:
> ocamlfind ocamlopt -shared -linkall -package camomile,num,str -o…

Surikator
- 1,463
- 9
- 26
1
vote
1 answer
ocamlfind does not find a package installed with godi
I tried to compile a OMakefile with omake.
I installed all needed packages with GODI.
GODI shows me these packages as installed.
Ocamlfind does not find all of these packages.
With ocamlfind list it show only some.
The packages it did not find are:…

Gens
- 11
- 2
1
vote
1 answer
Trying to install OCaml 3.12.1 on Linux with Godi
I'm trying to install OCaml 3.12.1 on 64 bit Linux (Mint Linux which is essentially Ubuntu 11.04). I'm using the latest rocketboost (godi-rocketboost-20110717). I run ./bootstrap and after a while get the following (in bootstrap.log):
4287 ###…

aneccodeal
- 8,531
- 7
- 45
- 74
1
vote
1 answer
GODI installation error
I'm running Fedora 9 x86_64 and am more or less a Linux newbie (not using it, but installing and such). The error occurs in the second stage of the bootstrap (i.e. "./bootstrap_stage2").
It does a whole lot fo stuff and then these errors start…
Matt
0
votes
1 answer
How to Efficiently Retrieve and Manipulate Large Dataset in Python?
I'm currently working on a project that involves handling a large dataset in Python, and I'm facing some performance issues with my current implementation. I would appreciate some guidance on how to efficiently retrieve and manipulate this dataset…

hipieskipie
- 1
- 2
0
votes
1 answer
OCaml-Wodi: Installing Lablgtk2?
I have been trying to install lablgtk2 on my wodi32 cygwin since the package environment did not initially come with lablgtk (just lablgtk).
I followed these directions to do it manually myself:
2) Install lablgtk2 binaries and scripts inside the…

9codeMan9
- 802
- 6
- 11
- 25