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 0F4EE7EEAF for ; Fri, 18 Jan 2013 19:23:39 +0100 (CET) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of thomas.gazagnaire@gmail.com) identity=pra; client-ip=74.125.82.41; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="thomas.gazagnaire@gmail.com"; x-sender="thomas.gazagnaire@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of thomas.gazagnaire@gmail.com designates 74.125.82.41 as permitted sender) identity=mailfrom; client-ip=74.125.82.41; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="thomas.gazagnaire@gmail.com"; x-sender="thomas.gazagnaire@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-wg0-f41.google.com) identity=helo; client-ip=74.125.82.41; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="thomas.gazagnaire@gmail.com"; x-sender="postmaster@mail-wg0-f41.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhYCADqS+VBKfVIpk2dsb2JhbABEgzioFpJqFg4BAQEBCQkLCRQEI4IeAQEDAQE6BgErAgsBAwELAQUFBxENITQBBQEKEgYTEgKHcwMJBgQInnmPL4UpJwMKiFgBBQyMaoNiYQOXKIRPiH0/gViCPw X-IronPort-AV: E=Sophos;i="4.84,494,1355094000"; d="scan'208";a="190615604" Received: from mail-wg0-f41.google.com ([74.125.82.41]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 18 Jan 2013 19:23:38 +0100 Received: by mail-wg0-f41.google.com with SMTP id ds1so568825wgb.2 for ; Fri, 18 Jan 2013 10:23:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=0xgIQqS+3yfAb1jGvWNGjHXxJlIsS+IMYDq8Nb/OuC4=; b=dMNvPnvT208RjOvI6lqGvakSwikCgNikorN8VWrv0J5skzHEPo6vZtMv1tcLVjOviK XuJXlARAej86GNZR1boATC6nZ8BzcOG6rgp/wD7zE1LGyQNuqPGfuH7HM5m3KzXvkDqX jMeeYw49lN4hckCq1YNAXemP0F6aU2Q1vJ5gsEYZC5NESJ0fQ6aqUFMGYpBi/ZMNqonj WmlCZ5krYrDBw//lPVOvbrDO4BL34Uy/MwH5G//CbpfvmiRknDchekzX96Mxft7fEuNU Rua4MU7Q90NnSY8zlzAHMgClc+bPYbg0Q73xPll2tjKCYHTHLtowpqMSaa1Z57WxaHrL UhvQ== X-Received: by 10.180.72.232 with SMTP id g8mr5266249wiv.0.1358533418206; Fri, 18 Jan 2013 10:23:38 -0800 (PST) Received: from [192.168.14.171] ([62.49.66.12]) by mx.google.com with ESMTPS id t17sm5027793wiv.6.2013.01.18.10.23.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Jan 2013 10:23:37 -0800 (PST) Sender: Thomas Gazagnaire Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Thomas Gazagnaire In-Reply-To: Date: Fri, 18 Jan 2013 18:23:35 +0000 Cc: OCaml mailing-list Content-Transfer-Encoding: quoted-printable Message-Id: <78434B6B-B63A-4024-A7FD-CAE77AD8CA64@ocamlpro.com> References: <6833F17C-B642-4ED9-8C8F-2665A9742845@ocamlpro.com> To: aditya siram X-Mailer: Apple Mail (2.1085) Subject: Re: [Caml-list] [ANN] beta-release of OPAM > Error: /usr/local/lib/ocaml/compiler-libs/topdirs.cmi > is not a compiled interface > make[1]: *** [topfind.cmo] Error 2 > make: *** [all] Error 2 This seems to indicate that your compiler installation is a bit screwed up.= Are you able to compile ocamlfind from sources ? Have you updated your OCa= ml installation recently ? Which version are you using ? -- Thomas > '/usr/local/bin/opam install ocamlfind' failed. >=20 > My Ocaml version is 3.12.1 >=20 > -deech >=20 >=20 > On Tue, Jan 15, 2013 at 9:40 AM, Thomas Gazagnaire = wrote: > I'm very happy to announce the beta release of OPAM (0.9.1). OPAM is a pa= ckage manager for OCaml to install libraries and tools from source archives= . It supports multiple simultaneous compiler installations, flexible packag= e constraints, and a Git-friendly development workflow. >=20 > The goal of this beta release is to formally introduce OPAM to the commun= ity, to gather some general feedback on the documentation and tools and dou= ble-check that we've not forgotten some useful features. I would also like = to use that opportunity to make an official call to maintainers: if you hav= e developed packages which are already in OPAM do not hesitate to claim the= ir ownership and to improve their description - if your packages are not ye= t in, it's time to start packaging them! >=20 > OPAM is developed by OCamlPro[1] and has been in alpha release since June= 2012. It is already quite mature and has gained some nice momentum (+40 co= ntributors, +300 packages). OPAM has been initially funded by Jane Street[= 2] and the DORM EU research project, and it has received continuous help an= d resources from OCamlLabs[3]. >=20 > The source code of OPAM is available on Github: > * installer: https://github.com/OCamlpro/opam > * packages and compiler descriptions: https://github.com/OCamlPro/opam-re= pository > * website: https://github.com/OCamlPro/opam2web >=20 > The documention: > * install instructions and tutorial are available http://opam.ocamlpro.co= m/ > * the main source of documentation is 'opam --help' or 'opam --= help' > * user manual: https://github.com/OCamlPro/opam/raw/master/doc/dev-manual= /dev-manual.pdf >=20 > You can report issues on github bug tracker: > * https://github.com/OCamlPro/opam/issues >=20 > The next steps for us is to focus on improving the package descriptions q= uality and the global consistency of https://github.com/OCamlPro/opam-repos= itory. We will gladly accept any kind of help and support from the communit= y to do this! We plan to announce the release of 1.0.0 in a couple of mont= hs, with improved package quality and better integration with the future OC= aml platform. >=20 > Last point, if you are working in a company and that you already use OPAM= , or plan to use OPAM, and you would like to help us ensuring it a sustaina= ble future[2], you can contact us at contact@ocamlpro.com. >=20 > On behalf of the OPAM team, > Thomas Gazagnaire >=20 > [1] http://www.ocamlpro.com/ > [2] http://www.janestreet.com/ > [3] http://www.cl.cam.ac.uk/projects/ocamllabs/ >=20 >=20 >=20 > -- > 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 >=20