From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Maxime Devos Newsgroups: gmane.lisp.guile.user Subject: Re: Module dependencies Date: Sat, 19 Mar 2022 14:41:13 +0100 Message-ID: References: <63484F21-24B0-42E1-93D9-8E4412161D9F@korwin-zmijowski.fr> Mime-Version: 1.0 Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-4PeAwSYndelfjMnpppvm" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5581"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Evolution 3.38.3-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 14:41:36 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 1nVZKq-0001Ja-Jy for guile-user@m.gmane-mx.org; Sat, 19 Mar 2022 14:41:36 +0100 Original-Received: from localhost ([::1]:52494 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nVZKp-0002Ln-65 for guile-user@m.gmane-mx.org; Sat, 19 Mar 2022 09:41:35 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:38036) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nVZKd-0002LJ-Rg for guile-user@gnu.org; Sat, 19 Mar 2022 09:41:23 -0400 Original-Received: from [2a02:1800:120:4::f00:13] (port=33710 helo=baptiste.telenet-ops.be) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nVZKb-0003EV-Rc for guile-user@gnu.org; Sat, 19 Mar 2022 09:41:23 -0400 Original-Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by baptiste.telenet-ops.be with bizsmtp id 8DhJ2700P4UW6Th01DhJML; Sat, 19 Mar 2022 14:41:18 +0100 In-Reply-To: <63484F21-24B0-42E1-93D9-8E4412161D9F@korwin-zmijowski.fr> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1647697279; bh=DXt6h6wrz37ITdv7ZX/e4uO3GSo+qaIKD+V7jGLJ+BQ=; h=Subject:From:To:Date:In-Reply-To:References; b=ITgtBrWN9yKyR+p0A5KaRvHiwPW89JgwPu72TASs1an7t396sd8dovnPTnUD1DzmE 8AjuzvI9RRLrAh6msVs0SJJ/u0lYREDvn3Pw1LLX/RkobvUbXZG6rQxplX/m2UIFXj boRdMhxQPvu8JS7rhahCvP93VNzHQWrAR/wnb2dUkOz3qp7xAxuXAnmHG9BUd2CpWy brF0iv5mDZawoOffckdSfeBKOGpEcP1kRWzvDjhbGolOUz16msAg3FYE+iuQcq89bQ 8GLeEUMb2rCzg38IpBMInNgSYTj5yTBgNXBzaL23JPpe0MReoOZh22X5L1JWRBMFF1 0fo76g1n6iIyw== X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:1800:120:4::f00:13 (failed) Received-SPF: pass client-ip=2a02:1800:120:4::f00:13; envelope-from=maximedevos@telenet.be; helo=baptiste.telenet-ops.be X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RDNS_NONE=0.793, SPF_HELO_NONE=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:18220 Archived-At: --=-4PeAwSYndelfjMnpppvm Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable J=C3=A9r=C3=A9my Korwin-Zmijowski schreef op za 19-03-2022 om 11:10 [+0100]= : > Hey Guilers ! >=20 > I would like to visualize all the modules a given module depend on. >=20 > How do you achieve that ? It's not 100% what you're asking for, but you can do $ guix graph --type=3Dmodule hello to create a graph (in dot format) for the modules relevant to the 'hello' package. Greetings, Maxime. --=-4PeAwSYndelfjMnpppvm Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYjXdeRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7uHbAQChnOjJCV0ULVzLDuBUCgsxiYrF aTkzRCR0GPsJc4nIWwEAtmY33Wvfu/WTRmw3Qt+Ue8sYea4LgrkqTUXcaoZJKAc= =xCGt -----END PGP SIGNATURE----- --=-4PeAwSYndelfjMnpppvm--