From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Vivien Kraus Newsgroups: gmane.lisp.guile.user Subject: Re: Module dependencies Date: Sat, 19 Mar 2022 11:19:14 +0100 Message-ID: <437be303d1e2bd49be1318b23c1bc64809e34803.camel@planete-kraus.eu> References: <63484F21-24B0-42E1-93D9-8E4412161D9F@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29295"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.42.1 To: =?ISO-8859-1?Q?J=E9r=E9my?= Korwin-Zmijowski , Mailing list Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Sat Mar 19 11:21:03 2022 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nVWCk-0007P0-3Z for guile-user@m.gmane-mx.org; Sat, 19 Mar 2022 11:21:02 +0100 Original-Received: from localhost ([::1]:33284 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVWCh-0006g6-8P for guile-user@m.gmane-mx.org; Sat, 19 Mar 2022 06:21:00 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:36318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVWBs-0006ft-2C for guile-user@gnu.org; Sat, 19 Mar 2022 06:20:08 -0400 Original-Received: from [2a00:5881:4008:2810::309] (port=37904 helo=planete-kraus.eu) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1nVWBp-0005t5-Hd for guile-user@gnu.org; Sat, 19 Mar 2022 06:20:07 -0400 Original-Received: from planete-kraus.eu (localhost.lan [127.0.0.1]) by planete-kraus.eu (OpenSMTPD) with ESMTP id 2075bfdd; Sat, 19 Mar 2022 10:19:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=planete-kraus.eu; h= message-id:subject:from:to:date:in-reply-to:references :content-type:mime-version:content-transfer-encoding; s=dkim; bh=indOtTwkQzYMhWZ/z4SKy5NVQd0=; b=vb6/HWrhIwa2MLUfZNpyplnRPoJp xb3OxaD9BR0f4rr30FO+FDl+6Pk5GEGmDjCEKL+/sUXwUkj3L7ncYhXTU5e/0vf3 or7sYoe8LYcBIZj2y4xJexCTq4TrJbFxK2BqHZ2chBBN97yK/mLd3NupQI//kqWR WU0CQE2o3huw2Mk= Original-Received: by planete-kraus.eu (OpenSMTPD) with ESMTPSA id 73a41f77 (TLSv1.3:AEAD-CHACHA20-POLY1305-SHA256:256:NO); Sat, 19 Mar 2022 10:19:29 +0000 (UTC) In-Reply-To: <63484F21-24B0-42E1-93D9-8E4412161D9F@korwin-zmijowski.fr> X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a00:5881:4008:2810::309 (failed) Received-SPF: pass client-ip=2a00:5881:4008:2810::309; envelope-from=vivien@planete-kraus.eu; helo=planete-kraus.eu X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:18217 Archived-At: Hello Jérémy, Le samedi 19 mars 2022 à 11:10 +0100, Jérémy Korwin-Zmijowski a écrit : > I would like to visualize all the modules a given module depend on. Guix seems to do it in (guix modules), see extract-dependencies, but I’m not sure it’s very robust.