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 mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by sympa.inria.fr (Postfix) with ESMTPS id 40FDA7ED67 for ; Sat, 11 Aug 2012 01:01:20 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of yury.sulsky@gmail.com) identity=pra; client-ip=209.85.212.174; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="yury.sulsky@gmail.com"; x-sender="yury.sulsky@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of yury.sulsky@gmail.com designates 209.85.212.174 as permitted sender) identity=mailfrom; client-ip=209.85.212.174; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="yury.sulsky@gmail.com"; x-sender="yury.sulsky@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-wi0-f174.google.com) identity=helo; client-ip=209.85.212.174; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="yury.sulsky@gmail.com"; x-sender="postmaster@mail-wi0-f174.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkkDAMx4JVDRVdSujWdsb2JhbABEqFKIYQGIOwgiAQEBAQkJJgYjgiABAQEDARICLAEbEgsBAwELBgUEAQYDFyEiAREBBQEKEgYTEhCHWwEDBgYLmR8JA4wjgnKFBgoZJwMKFEOIcQEFDIsDhmQDlUmBFI0ePoJMgU4 X-IronPort-AV: E=Sophos;i="4.77,748,1336341600"; d="scan'208";a="169621011" Received: from mail-wi0-f174.google.com ([209.85.212.174]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 11 Aug 2012 01:01:19 +0200 Received: by wibhr14 with SMTP id hr14so1563276wib.3 for ; Fri, 10 Aug 2012 16:01:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=YMHVey5dNwMzQ1w3nKiQj8xgrSRIMK7irCxXYkqMR7I=; b=o4vcqjQ/5rWlFmWwmzOmiGGrSo5Gmy4owTwacXpYzqs5vzbIYhxTFUQ49XbAjUfahS KDH5xWvQrtsWQ9+Lqg6w6Js7aEJ3qVzrtH+6w694PBsvPmx+a4lWqzwpBA04yatxcAOX eqaj/oVHzBu5xG3WcJOsxGrhzKd55iDzG0TNBdxmnEFx58uvfRbqxSITu/hUiQCnnqE2 jL1CFdTSMWXsZ017/lDuDunE9dZDVQjqckkGgXcxxFDLMzsBAIEhWLmveQ7YbcFh9Ofv 8AGkl7PzokI46i9f4fN0cY4LLJwGIOIhmCDaY3hAG8YXvDmeLb2WrGfcEWpm+/GTRgj1 jH9w== MIME-Version: 1.0 Received: by 10.216.233.216 with SMTP id p66mr2126879weq.152.1344639679196; Fri, 10 Aug 2012 16:01:19 -0700 (PDT) Received: by 10.216.160.133 with HTTP; Fri, 10 Aug 2012 16:01:19 -0700 (PDT) Received: by 10.216.160.133 with HTTP; Fri, 10 Aug 2012 16:01:19 -0700 (PDT) In-Reply-To: <50258EFB.3050907@wp.pl> References: <50258EFB.3050907@wp.pl> Date: Fri, 10 Aug 2012 19:01:19 -0400 Message-ID: From: Yury Sulsky To: Dawid Toton Cc: caml-list Content-Type: multipart/alternative; boundary=000e0cd2c7226decb004c6f15269 Subject: Re: [Caml-list] Dependency loop: ocaml-core - oasis - type-conv --000e0cd2c7226decb004c6f15269 Content-Type: text/plain; charset=ISO-8859-1 Hi Dawid, Please try the packages here, which don't depend on oasis: https://ocaml.janestreet.com/ocaml-core/108.00.02/. Yury On Aug 10, 2012 6:45 PM, "Dawid Toton" wrote: > Trying to install sexplib, I've just discovered that it's impossible to > get it following all the official install instructions: > > type-conv is now part of ocaml-core, so I try to install it. Its > build-and-install script calls oasis, so I need to get it first. > oasis needs ocaml-data-notation, which in turn requires type-conv. > > What is the simplest way to get sexplib installed from sources? How to get > setup.ml or a Makefile for type-conv having no oasis? > > Dawid > > -- > Caml-list mailing list. Subscription management and archives: > https://sympa-roc.inria.fr/**wws/info/caml-list > Beginner's list: http://groups.yahoo.com/group/**ocaml_beginners > Bug reports: http://caml.inria.fr/bin/caml-**bugs > > --000e0cd2c7226decb004c6f15269 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Hi Dawid,

Please try the packages here, which don't depend on oasis: https://ocaml.janes= treet.com/ocaml-core/108.00.02/.

Yury

On Aug 10, 2012 6:45 PM, "Dawid Toton"= <d0@wp.pl> wrote:
Trying to install sexplib, I've just discovered that it's impossibl= e to get it following all the official install instructions:

type-conv is now part of ocaml-core, so I try to install it. Its build-and-= install script calls oasis, so I need to get it first.
oasis needs ocaml-data-notation, which in turn requires type-conv.

What is the simplest way to get sexplib installed from sources? How to get = setup.ml or a Makefile fo= r type-conv having no oasis?

Dawid

--
Caml-list mailing list. =A0Subscription management and archives:
https://sympa-roc.inria.fr/wws/info/caml-list
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners<= /a>
Bug reports:
http://caml.inria.fr/bin/caml-bugs

--000e0cd2c7226decb004c6f15269--