From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 359577ED5C for ; Fri, 3 Aug 2012 21:20:07 +0200 (CEST) Received-SPF: None (mail1-smtp-roc.national.inria.fr: no sender authenticity information available from domain of camaradetux@gmail.com) identity=pra; client-ip=209.85.214.182; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="camaradetux@gmail.com"; x-sender="camaradetux@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail1-smtp-roc.national.inria.fr: domain of camaradetux@gmail.com designates 209.85.214.182 as permitted sender) identity=mailfrom; client-ip=209.85.214.182; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="camaradetux@gmail.com"; x-sender="camaradetux@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-ob0-f182.google.com) identity=helo; client-ip=209.85.214.182; receiver=mail1-smtp-roc.national.inria.fr; envelope-from="camaradetux@gmail.com"; x-sender="postmaster@mail-ob0-f182.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnoEAGsjHFDRVda2k2dsb2JhbAArGrgsA3wIIgEBAQEJCQsJFAQjgjkCLAEbHgMSEF0BEQEFASI1h1sBAwwLKpsBgmEJA4wjgnGFIQoZJw1XiHEBBQyMdYVLA41yh1iBFI0cPoQA X-IronPort-AV: E=Sophos;i="4.77,708,1336341600"; d="scan'208";a="169034822" Received: from mail-ob0-f182.google.com ([209.85.214.182]) by mail1-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 03 Aug 2012 21:20:06 +0200 Received: by obbun3 with SMTP id un3so2449860obb.27 for ; Fri, 03 Aug 2012 12:20:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=n5Hca2Ft5WHKUkTTM0EesnFWF/wiWSDWsTxeP0u27M0=; b=B/u959FLrnuEtek/3KYlqXHafEQP6nWOWniqmnsDct4gNEyVU9WeJB3OVHc67uzOnJ SP+OTnFdXLpZUd153FBb3Fq6Rdp6trMI/HmLfQklnw15mOBjqfuENWN1CHCHDvRTssiL 2WK21L82e/B/EPZsvYYyrWQGHVvazVJHUoZU7hWXtJ7HoQOUZEH4ISagcIdEMEsso1EY 3QJYL0BIT20ElRwO48/3xT2CjDRiz5+D6Vv07Ye0/heQkZ1hvxaUkRi4YWpY8FuMkzJt 3M5GI4kBLuCSWIozjght3V5ew671qN7RaS0bJvQrYk+Ci+Jdj5E+T/CAcdeD82oEC1Su lzdw== MIME-Version: 1.0 Received: by 10.182.1.72 with SMTP id 8mr7125718obk.61.1344021605029; Fri, 03 Aug 2012 12:20:05 -0700 (PDT) Received: by 10.76.80.36 with HTTP; Fri, 3 Aug 2012 12:20:04 -0700 (PDT) Date: Fri, 3 Aug 2012 21:20:04 +0200 Message-ID: From: Adrien To: caml users Content-Type: text/plain; charset=ISO-8859-1 Subject: [Caml-list] [ANN] Yypkg 1.5.0 Hi, I'm happy to announce the release of Yypkg 1.5. Yypkg is a small, fast, platform-agnostic package manager. It can be used to manage any directory. It is built to help cross-compilation setups and it works both for and on Windows. Functionality changes: - doesn't rely on sexplib's camlp4 extension anymore (*) - handles running shell scripts when installing a package (yypkg) - skips packaging libtool's .la files (makeypkg) - doesn't try to adapt hard-coded paths in .pc files to the location they are installed to: there are too many hard-coded paths anyway - improve the GUI (still work to do) Fixes: - bad code with select() when reading bsdtar's output (yypkg -install) - don't mix bsdtar warnings with filenames during package installation (yypkg -install) - properly extract files in directories which are not ".". Yypkg is hosted on the OCaml forge at: http://yypkg.forge.ocamlcore.org It can be download from: http://forge.ocamlcore.org/frs/download.php/955/yypkg-1.5.0.tar.gz -- Adrien Nader