From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id SODcNnvUeWHrIgEAgWs5BA (envelope-from ) for ; Thu, 28 Oct 2021 00:36:43 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id ELKcMnvUeWE3MQAA1q6Kng (envelope-from ) for ; Wed, 27 Oct 2021 22:36:43 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 1103A9C6C for ; Thu, 28 Oct 2021 00:36:42 +0200 (CEST) Received: from localhost ([::1]:46700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mfrXE-0002su-GO for larch@yhetil.org; Wed, 27 Oct 2021 18:36:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45948) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mfrPq-00044C-DJ for guix-patches@gnu.org; Wed, 27 Oct 2021 18:29:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39225) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mfrPq-0003A8-45 for guix-patches@gnu.org; Wed, 27 Oct 2021 18:29:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mfrPp-0002mt-Uv for guix-patches@gnu.org; Wed, 27 Oct 2021 18:29:01 -0400 Subject: bug#46329: [PATCH v2] Add z3 OCaml bindings Resent-From: Julien Lepiller Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 27 Oct 2021 22:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 46329 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 46329-done@debbugs.gnu.org Mail-Followup-To: 46329@debbugs.gnu.org, julien@lepiller.eu, julien@lepiller.eu Received: via spool by 46329-done@debbugs.gnu.org id=D46329.163537368310622 (code D ref 46329); Wed, 27 Oct 2021 22:29:01 +0000 Received: (at 46329-done) by debbugs.gnu.org; 27 Oct 2021 22:28:03 +0000 Received: from localhost ([127.0.0.1]:50771 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfrOt-0002lF-CS for submit@debbugs.gnu.org; Wed, 27 Oct 2021 18:28:03 -0400 Received: from lepiller.eu ([89.234.186.109]:36904) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mfrOr-0002kp-50 for 46329-done@debbugs.gnu.org; Wed, 27 Oct 2021 18:28:02 -0400 Received: from lepiller.eu (localhost [127.0.0.1]) by lepiller.eu (OpenSMTPD) with ESMTP id fe7b2959 for <46329-done@debbugs.gnu.org>; Wed, 27 Oct 2021 22:27:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from :to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=dkim; bh=m8U98lU+F9Vo OdC55Fmd2+EyPqN20Vf9IJ4nZNOTddQ=; b=feJTpHbAX5OeSSrm3/nYHFxaVRCg zFVmDQX9qvnwxm+6G0EfKI1fFk9/9vWo81AoPqYMLkUPam0C8vmdpT/DrwtcNkLx e4uTCyrW2lTR5d4Uu5J6IDuykT1uGXL0prVD8LhjS/wqVIVLM7M90MAKp/dQ0geT yRaX4ZoPPZp+CrPiqjDIy3E/ofBQkPBnyAu/vWafu87DzfLBbKLGTLfSF2ZVtg/c zQnK7Kxh4Fhlf11IADbp7MZAcOjwAXFDtUCC6raJSPKTaiMUVKRtbggUqqDAZ4QJ ZqMwhHJEXcec0oFGNPv/G60tCHj0XgAOmW0sI3JnevwGalGDVmIVRUF8fw== Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id ec1317c1 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO) for <46329-done@debbugs.gnu.org>; Wed, 27 Oct 2021 22:27:58 +0000 (UTC) Date: Thu, 28 Oct 2021 00:27:52 +0200 From: Julien Lepiller Message-ID: <20211028002752.080fbc75@tachikoma.lepiller.eu> In-Reply-To: <20211008132618.2364711a@tachikoma.lepiller.eu> References: <20210205174641.166aec6f@tachikoma.lepiller.eu> <20211008132618.2364711a@tachikoma.lepiller.eu> X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1635374203; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=m8U98lU+F9VoOdC55Fmd2+EyPqN20Vf9IJ4nZNOTddQ=; b=I3A1YtLRz43eAE5SwNREzMja3K2qPbfgidGXhn695SKbXtkQsFQYl7yzzZGMvqoeNTlie4 sePjev6Bm2jcDg0lr1CBkQKxB20dmgl/Y22TVYMr3J3vRNg4AsJaefmD1Nt8xU8GeMhGPr tKzL5mGXZbvaR/aHDx4Vzc+lV1PPMjkY5gHnxuwp+KQPgc9mOH25AU0MMrApoxJu1ePkJg y5XPB6seUKbm8Jt878zYSPcSrUOPxmzSLm65XD1gRHmGYKVBESurKQwIqKLRi4Tr1aol6D 6pMHaaYDFTVsZy9JJZ78R8Z2d6iHEQGSfWO/18+AYwOmeFKPs3Kohst1sV2Pxw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1635374203; a=rsa-sha256; cv=none; b=NkTTBDSLJ0GXIUovsq9jrAZroPaAJ8hOGhRx1OplCftgaIaxyYXtd3sxp7j/HIMe63Qz2T JTlO6Ajoy1MqgHSEHfKS7xYfUHheJKzrt1DPfAj5ah5wALzJVQw8iICreKx7W9OWAeOXRQ UolRjX41w6LdTuffOY4pI+dineirbqmGSfpVWt6mWX75djkAeYI71ty4APyDm8NqOhGy2n PM0Va3+Yv1Ox3bDIHNJRR+jYpeMgGKDThKJ0uDeA3za4mixcEbGYDZJZfw0jPdZJHbHiaT 3/D/IUcqxpO1NhD6FJwvYeE/slm6ExVa207z3Wrd0P192aRYFGBVcHqA5ezdwA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=feJTpHbA; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -1.32 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=lepiller.eu header.s=dkim header.b=feJTpHbA; dmarc=fail reason="SPF not aligned (relaxed)" header.from=lepiller.eu (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 1103A9C6C X-Spam-Score: -1.32 X-Migadu-Scanner: scn0.migadu.com X-TUID: zkYuA9F/exX9 Le Fri, 8 Oct 2021 13:26:18 +0200, Julien Lepiller a =C3=A9crit : > Hi! >=20 > I finally managed to build a separate package out of z3. It wasn't > easy, because the build system wants to rebuild a z3 and doesn't let > you install only the bindings. I managed to make it do just that: > build the bindings and install them, and link to the existing z3 > package. After more than two weeks of silence, pushed to master as a8c69e22ee2f9e7b487ffe0b567297f28863128d