From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by sympa.inria.fr (Postfix) with ESMTPS id 651AF7EC41 for ; Tue, 16 Oct 2012 12:42:46 +0200 (CEST) Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of mmouratov@gmail.com) identity=pra; client-ip=209.85.219.62; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="mmouratov@gmail.com"; x-sender="mmouratov@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail4-smtp-sop.national.inria.fr: domain of mmouratov@gmail.com designates 209.85.219.62 as permitted sender) identity=mailfrom; client-ip=209.85.219.62; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="mmouratov@gmail.com"; x-sender="mmouratov@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail4-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-oa0-f62.google.com) identity=helo; client-ip=209.85.219.62; receiver=mail4-smtp-sop.national.inria.fr; envelope-from="mmouratov@gmail.com"; x-sender="postmaster@mail-oa0-f62.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Am4GAK05fVDRVds+m2dsb2JhbABFjmifHJF+CCMBAQEBAQgJFBQngiABAQEEAQEBDwJIEgsQCxgNISECEQEFAQoSGRIQh08BAw8LnQAJA4wmgWyGLgoZJwMKWYh7imFmBYMXgyEDiFiLPoJqig4Dgyk/hAItgUM X-IronPort-AV: E=Sophos;i="4.80,593,1344204000"; d="scan'208";a="159193548" Received: from mail-oa0-f62.google.com ([209.85.219.62]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/RC4-SHA; 16 Oct 2012 12:42:14 +0200 Received: by mail-oa0-f62.google.com with SMTP id h2so4651365oag.27 for ; Tue, 16 Oct 2012 03:42:12 -0700 (PDT) Received: by 10.52.93.132 with SMTP id cu4mr2196353vdb.14.1350384132392; Tue, 16 Oct 2012 03:42:12 -0700 (PDT) Path: glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: fa.caml Date: Tue, 16 Oct 2012 03:42:11 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=89.189.141.84; posting-account=h84scwoAAAA2_-2coYpAD4AwzeBGHYEz NNTP-Posting-Host: 89.189.141.84 References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 89.189.141.84 MIME-Version: 1.0 Message-ID: <6db5b093-9e2e-4447-8cb2-f11870ddb932@googlegroups.com> From: Max Mouratov To: fa.caml@googlegroups.com Cc: caml-list@inria.fr Content-Type: text/plain; charset=ISO-8859-1 X-Validation-by: mmouratov@gmail.com Subject: Re: [Caml-list] Re: [ANN] Godi for Windows On Tuesday, October 16, 2012 2:25:13 AM UTC+6, Andreas wrote: > On Mon, 15 Oct 2012 05:03:34 -0700 (PDT) > > Max Mouratov wrote: > > > Hello. The email address provided on the official WODI page does not > > > work ("DNS Error: Domain name not found"), so I write here. > > > > Ok, > > I've replaced the domain now. > > > > > > > The following packages seem to work without a hitch: batteries, > > > easy-format, menhir, ounit, pcre, sexplib, type_conv, ulex. > > > > Fine :) > > > > > 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/. > > > > godi-zip is indeed broken. I've updated godi-zip to version 1.05 and > > hopefully fixed it. > > > > > 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 > > > > Martin Jambon has already created (godi-) build instructions for all > > these libraries, however they were not updated to the newest version > > and so didn't compile. > > I have now updated them. If Martin Jambon didn't change his makefiles > > in a fundamental way, the new packages should work. > > > > cu, > > Andreas > > > > > > -- > > 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 Excellent job, Andreas! Huge Success! There finally is a binary OCaml distribution that _just works_, a tool of great practical importance for the rest of us, the forgotten souls, who have to deal with Windows. atd -- works! atdgen -- works! biniou -- works! yojson -- works! cppo -- works! zip -- works! New package requests: ocamlgraph and pa_monad. If you added these packages to the WODI database, then I would gladly test them on my projects.