caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] [ANN] Godi for Windows
@ 2012-10-10 16:52 Andreas
  2012-10-15 11:09 ` Romain Bardou
  0 siblings, 1 reply; 4+ messages in thread
From: Andreas @ 2012-10-10 16:52 UTC (permalink / raw)
  To: caml-list

Dear list,

This post announces the creation of a godi distribution for windows.

"Wodi" differs from the official godi distribution in the following
ways:

- it ships binary packages for windows (32- and 64-bit builds). You
  don't need to compile ocaml and often used libraries from source. For
  convenience, there are also packages for often used external
  c-libraries (pcre, tcl/tk, gmp, gtk, ... ).

- a gtk-based gui for package management that hides the cygwin shell
  and the godi console from casual users.

- patched source packages and build instructions for windows.


More details: http://wodi.forge.ocamlcore.org/



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] [ANN] Godi for Windows
  2012-10-10 16:52 [Caml-list] [ANN] Godi for Windows Andreas
@ 2012-10-15 11:09 ` Romain Bardou
  2012-10-15 20:27   ` [Caml-list] " Andreas
  0 siblings, 1 reply; 4+ messages in thread
From: Romain Bardou @ 2012-10-15 11:09 UTC (permalink / raw)
  To: Andreas; +Cc: caml-list

Le 10/10/2012 18:52, Andreas a écrit :
> Dear list,
>
> This post announces the creation of a godi distribution for windows.
>
> "Wodi" differs from the official godi distribution in the following
> ways:
>
> - it ships binary packages for windows (32- and 64-bit builds). You
>    don't need to compile ocaml and often used libraries from source. For
>    convenience, there are also packages for often used external
>    c-libraries (pcre, tcl/tk, gmp, gtk, ... ).
>
> - a gtk-based gui for package management that hides the cygwin shell
>    and the godi console from casual users.
>
> - patched source packages and build instructions for windows.
>
>
> More details: http://wodi.forge.ocamlcore.org/
>
>
>

Hello,

The e-mail address at the end of the page 
(godi(at)ml(dot)ignorelist(dot)com) seems not to work, I had a failure 
notice :
   Sorry, I couldn't find any host named ml.ignorelist.com. (#5.1.2)

Any plan on supporting OCamlSDL? This summer I wanted to teach OCaml to 
a friend by having him program video games (for motivation's sake) but I 
was not able to compile it. So if Wodi supports it eventually, it would 
be a selling point for me. Although it's probably not your job to 
maintain such a package ;)

Cheers,

-- 
Romain Bardou

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Caml-list] Re: [ANN] Godi for Windows
  2012-10-15 11:09 ` Romain Bardou
@ 2012-10-15 20:27   ` Andreas
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas @ 2012-10-15 20:27 UTC (permalink / raw)
  To: caml-list

On Mon, 15 Oct 2012 13:09:25 +0200
Romain Bardou <romain.bardou@inria.fr> wrote:
> Hello,
> 
> The e-mail address at the end of the page   
...
> failure notice :
>    Sorry, I couldn't find any host named ml.ignorelist.com. (#5.1.2)  

I've replaced the host now.

> Any plan on supporting OCamlSDL? This summer I wanted to teach OCaml
> to a friend by having him program video games (for motivation's sake)
> but I was not able to compile it.   

Ok,
I've added (totally untested) packages for sdl and ocamlsdl (the
build scripts of ocamlSDL indeed didn't work on windows/mingw). But
perhaps you need additional features (opengl support,mixer,...).


cu,
 andreas




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Caml-list] [ANN] Godi for Windows
       [not found] <fa.VCXM6ArJJ+Q7SinDVauUQpECUPY@ifi.uio.no>
@ 2012-10-15 12:03 ` Max Mouratov
  0 siblings, 0 replies; 4+ messages in thread
From: Max Mouratov @ 2012-10-15 12:03 UTC (permalink / raw)
  To: fa.caml; +Cc: caml-list

On Wednesday, October 10, 2012 11:05:10 PM UTC+6, Andreas wrote:
> Dear list,
> 
> 
> 
> This post announces the creation of a godi distribution for windows.
> 
> 
> 
> "Wodi" differs from the official godi distribution in the following
> 
> ways:
> 
> 
> 
> - it ships binary packages for windows (32- and 64-bit builds). You
> 
>   don't need to compile ocaml and often used libraries from source. For
> 
>   convenience, there are also packages for often used external
> 
>   c-libraries (pcre, tcl/tk, gmp, gtk, ... ).
> 
> 
> 
> - a gtk-based gui for package management that hides the cygwin shell
> 
>   and the godi console from casual users.
> 
> 
> 
> - patched source packages and build instructions for windows.
> 
> 
> 
> 
> 
> More details: http://wodi.forge.ocamlcore.org/
> 
> 
> 
> 
> 
> 
> 
> -- 
> 
> Caml-list mailing list.  Subscription management and archives:
> 
> https://sympa.inria.fr/sympa/arc/caml-list
> 
> Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
> 
> Bug reports: http://caml.inria.fr/bin/caml-bugs

Hello. The email address provided on the official WODI page does not work ("DNS Error: Domain name not found"), so I write here.

I've tried to port some of my OCaml projects from Linux to WODI and can report
that almost everything works beautifully out of the box (unlike with the
official OCaml installer for Windows). The package manager is an extremely
convenient tool which saved me a lot of manual effort (since neither odb nor
opam works flawlessly with the official installer).

The following packages seem to work without a hitch: batteries, easy-format,
menhir, ounit, pcre, sexplib, type_conv, ulex.

The zip package has a problem -- it lacks the necessary stub library
(dllzip_stubs.dll). I had to build it myself using the sources of camlzip at
http://forge.ocamlcore.org/projects/camlzip/.

I was also able to build, install and use the following libraries by
Martin Jambon:
- atd: http://oss.wink.com/atd/
- atdgen: http://oss.wink.com/atdgen/
- biniou: http://mjambon.com/biniou.html
- yojson: http://mjambon.com/yojson.html
- cppo: http://mjambon.com/ocaml.html

As well as pa_monad: http://www.cas.mcmaster.ca/~carette/pa_monad/

I suggest that these libraries be added to the WODI package database.

Many thanks for providing the most useful OCaml distribution for Windows.
Cheers!

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-10-15 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-10 16:52 [Caml-list] [ANN] Godi for Windows Andreas
2012-10-15 11:09 ` Romain Bardou
2012-10-15 20:27   ` [Caml-list] " Andreas
     [not found] <fa.VCXM6ArJJ+Q7SinDVauUQpECUPY@ifi.uio.no>
2012-10-15 12:03 ` [Caml-list] " Max Mouratov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).