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 ms11 with LMTPS id aFaQH6gV0V9kSQAA0tVLHw (envelope-from ) for ; Wed, 09 Dec 2020 18:21:28 +0000 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 qJxjG6gV0V81dgAA1q6Kng (envelope-from ) for ; Wed, 09 Dec 2020 18:21:28 +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 E1A1394043B for ; Wed, 9 Dec 2020 18:21:24 +0000 (UTC) Received: from localhost ([::1]:45854 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kn45b-00052p-PA for larch@yhetil.org; Wed, 09 Dec 2020 13:21:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:50988) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kn3ql-0000KI-WF for guix-patches@gnu.org; Wed, 09 Dec 2020 13:06:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:52708) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kn3qk-0007MW-62 for guix-patches@gnu.org; Wed, 09 Dec 2020 13:06:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kn3qk-0006Rp-0S for guix-patches@gnu.org; Wed, 09 Dec 2020 13:06:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45133] Add ocaml reactiveData Resent-From: divoplade Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 09 Dec 2020 18:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45133 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: zimoun Cc: Julien Lepiller , 45133@debbugs.gnu.org Received: via spool by 45133-submit@debbugs.gnu.org id=B45133.160753715424771 (code B ref 45133); Wed, 09 Dec 2020 18:06:01 +0000 Received: (at 45133) by debbugs.gnu.org; 9 Dec 2020 18:05:54 +0000 Received: from localhost ([127.0.0.1]:36021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn3qb-0006RT-OE for submit@debbugs.gnu.org; Wed, 09 Dec 2020 13:05:53 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:47437) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kn3qZ-0006RA-Ss for 45133@debbugs.gnu.org; Wed, 09 Dec 2020 13:05:52 -0500 X-Originating-IP: 86.254.138.104 Received: from divoplade.home (lfbn-poi-1-813-104.w86-254.abo.wanadoo.fr [86.254.138.104]) (Authenticated sender: d@divoplade.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id A8A7E1C0002; Wed, 9 Dec 2020 18:05:44 +0000 (UTC) Message-ID: <2986b776fa7dd8b813ecc5c3afc32cfce01e3f95.camel@divoplade.fr> From: divoplade Date: Wed, 09 Dec 2020 19:05:43 +0100 In-Reply-To: <874kkuoo75.fsf@gmail.com> References: <071FCE1F-5CBA-47E3-98B2-952FFFFAE217@lepiller.eu> <874kkuoo75.fsf@gmail.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 X-Migadu-Spam-Score: -0.81 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=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: E1A1394043B X-Spam-Score: -0.81 X-Migadu-Scanner: scn1.migadu.com X-TUID: IIKbWG3dgP9L Le mercredi 09 décembre 2020 à 18:59 +0100, zimoun a écrit : > I have not look into the details but since there is an opam file and > a > topkg.ml file, I am confused why usual OCaml build dance does not > work > here. I'm not sure that's the reason, but the ocaml build dance runs make install, and there's no install target in the Makefile, and the opam file does not need to have an install target because it installs everything. I think.