GNU bug report logs - #74340
Subject: [PATCH 1/1] gnu: Add stdman

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Quanrong <quanrong@HIDDEN>; Keywords: patch; dated Wed, 13 Nov 2024 14:06:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at 74340 <at> debbugs.gnu.org:


Received: (at 74340) by debbugs.gnu.org; 14 Nov 2024 16:07:30 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Nov 14 11:07:30 2024
Received: from localhost ([127.0.0.1]:46866 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tBcNW-0006Uh-9I
	for submit <at> debbugs.gnu.org; Thu, 14 Nov 2024 11:07:30 -0500
Received: from smtp.domeneshop.no ([194.63.252.55]:57469)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <noe@HIDDEN>) id 1tBcNT-0006UL-UG
 for 74340 <at> debbugs.gnu.org; Thu, 14 Nov 2024 11:07:28 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type:
 MIME-Version:Message-ID:Date:Subject:Cc:To:From:From:Sender:Reply-To:Subject:
 Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding:
 Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender:
 Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id:
 List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive;
 bh=1/w+rw1BNjZkGaC7SA7NjuTBLWSprdXMABUuyqrOc9I=; b=uUVlLyIYupkoOCxl2yeCmY70ZV
 KSjNmSnSauOziQp0ZdU1vX1N8YzlfUYansOQsY+iipbSbCIiS7ieSV4yYd8X5hJjc4qYfjUB8rn6b
 2unpt3yPUsjb4YrGMsDBmcSnIOTx5DAQnRYrkL2/g257mhrs3yNxFwbYgx8Ul1ZGrlGViJBDatRni
 MmLz46+u6Gspc+IOiSmixz2HgTDEqh39S06wq1Vi4/Nx6cWK+phpbz0ciJ3Lhnv4oEVmTSfksFvzq
 lxY8vYWy8dim/Y1Kh3+JUYMh8/EKLR6IZwF90sPVmAsFb4y5NlnpHeGPUGuQcWZ2bo6m0253EbVWi
 dmS70sZA==;
Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls
 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95)
 id 1tBcNO-00EEps-8i; Thu, 14 Nov 2024 17:07:22 +0100
From: =?UTF-8?q?No=C3=A9=20Lopez?= <noe@HIDDEN>
To: 74340 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: Add stdman.
Date: Thu, 14 Nov 2024 17:08:17 +0100
Message-ID: <8ac8ea557940d5dff1b53c801d3449c15faee46f.1731600497.git.noelopez@HIDDEN>
MIME-Version: 1.0
X-Debbugs-Cc: Quanrong <quanrong@HIDDEN>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 74340
Cc: Quanrong <quanrong@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

From: Quanrong <quanrong@HIDDEN>

* gnu/packages/documentation.scm (stdman): New variable.

Change-Id: I4ed70b6ad4208bde4df13d45fd7241096f2469a1
---
 gnu/packages/documentation.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index f0e37561f7..44ab571ff8 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -14,6 +14,7 @@
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.counoyer@HIDDEN>
 ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@HIDDEN>
 ;;; Copyright © 2024 Felix Gruber <felgru@HIDDEN>
+;;; Copyright © 2024 Tomás Ortín Fernández <quanrong@HIDDEN>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -566,3 +567,29 @@ (define-public stddoc
 supported programming languages.  Markdeep code comments are extracted from stdin and
 printed into stdout as a HTML file.")
       (license license:unlicense))))
+
+(define-public stdman
+  (let ((commit "b7070fe10143411a8d69fe3a9f75e90008a8386d")
+	(revision "0")) ;; Last release is outdated
+    (package
+      (name "stdman")
+      (version (git-version "20240610" revision commit))
+      (source (origin
+		(method git-fetch)
+		(uri (git-reference
+		      (commit commit)
+		      (url "https://github.com/jeaye/stdman")))
+		(sha256
+		 (base32 "0h1gfw4sxic5gx073zmshg4qyz2g142ckgzyj30pk8j708mnl8pz"))))
+      (build-system gnu-build-system)
+      (arguments
+       (list
+	#:tests? #f ; There are no tests.
+	#:phases #~(modify-phases %standard-phases
+		     (delete 'build))))
+      (synopsis "Formatted C++ @code{stdlib} man pages from cppreference")
+      (description "stdman is a tool that provides C++ @code{stdlib} documentation
+archived from cppreference as groff-formated man pages, accessible from the
+@code{man} command.")
+      (home-page "https://github.com/jeaye/stdman")
+      (license license:expat))))

base-commit: b790db7589858fc77989b4d1f369c52bca6d6e7c
-- 
2.46.0





Information forwarded to quanrong@HIDDEN, guix-patches@HIDDEN:
bug#74340; Package guix-patches. Full text available.

Message received at 74340 <at> debbugs.gnu.org:


Received: (at 74340) by debbugs.gnu.org; 14 Nov 2024 16:07:03 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Nov 14 11:07:03 2024
Received: from localhost ([127.0.0.1]:46863 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tBcN4-0006TB-Nq
	for submit <at> debbugs.gnu.org; Thu, 14 Nov 2024 11:07:03 -0500
Received: from smtp.domeneshop.no ([194.63.252.55]:57173)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <noe@HIDDEN>) id 1tBcN1-0006Sb-PI
 for 74340 <at> debbugs.gnu.org; Thu, 14 Nov 2024 11:07:01 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;
 d=xn--no-cja.eu; s=ds202402; h=Content-Transfer-Encoding:Content-Type:
 MIME-Version:Message-ID:Date:In-Reply-To:Subject:Cc:To:From:From:Sender:
 Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type:
 Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date:
 Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:
 References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post:
 List-Owner:List-Archive; bh=2C4TlfFYWmE7YX7vaCBVvQqbyiIQHc6s2p5a3pwl0Wg=; b=y
 cpFoDK9iD1g7zOuf4zlLME7hF7dzyXGhEVszdRC+Ypz0swkL4dn+sKjJEcdDXsfqiDWlPU84NrORn
 19r3jAMxD4O5q78vz6q7WSxPnMB64FFntCJAgwP59wFUkA+7rkRiR4OtQ4apAKEraptv5CigLD2Vg
 /nD6IpbNr5+1Eo8LzdO6kYYrvfhghFbMOPv5k20IZe2dsFKYIvtXwxmZkGIuQmXsoCsNsuAI7i7Iz
 ZC9KzQOKZb1kt0cbvRNC0vfZWb3lfQI4xL8tZdJk9l5AV93KH2UDdVwVkyAScKl3wezHORUVTbdOr
 SPvoYGWDLE18ujef0V9ACvGtllrydE/Sw==;
Received: from smtp by smtp.domeneshop.no with esmtpsa (TLS1.3) tls
 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95)
 id 1tBcKo-00EE4j-TD; Thu, 14 Nov 2024 17:04:43 +0100
From: =?utf-8?Q?No=C3=A9_Lopez?= <noe@HIDDEN>
To: 74340 <at> debbugs.gnu.org
Subject: Re: Subject: [PATCH 1/1] gnu: Add stdman
In-Reply-To: <022e3f60-916c-4f89-b0cf-8647cc67d67c@HIDDEN>
Date: Thu, 14 Nov 2024 17:05:51 +0100
Message-ID: <878qtlvm00.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: 0.0 (/)
X-Debbugs-Envelope-To: 74340
Cc: Quanrong <quanrong@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -1.0 (-)

Hi,

Thank you for your patch, the package works well but there are a few
style errors:

> * gnu/packages/documentation.scm (stdman): New variable.
>=20
> Change-Id: I4ed70b6ad4208bde4df13d45fd7241096f2469a1
> ---
>   gnu/packages/documentation.scm | 25 +++++++++++++++++++++++++
>   1 file changed, 25 insertions(+)
>=20
> diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.=
scm
> index f0e37561f7..928e022239 100644
> --- a/gnu/packages/documentation.scm
> +++ b/gnu/packages/documentation.scm
> @@ -14,6 +14,7 @@
>   ;;; Copyright =C2=A9 2022 Maxim Cournoyer <maxim.counoyer@HIDDEN>
>   ;;; Copyright =C2=A9 2023 Janneke Nieuwenhuizen <janneke@HIDDEN>
>   ;;; Copyright =C2=A9 2024 Felix Gruber <felgru@HIDDEN>
> +;;; Copyright =C2=A9 2024 Tom=C3=A1s Ort=C3=ADn Fern=C3=A1ndez <quanrong=
@mailbox.org>
>   ;;;
>   ;;; This file is part of GNU Guix.
>   ;;;
> @@ -566,3 +567,27 @@ (define-public stddoc
>   supported programming languages.  Markdeep code comments are extracted=
=20
> from stdin and
>   printed into stdout as a HTML file.")
>         (license license:unlicense))))
> +
> +(define-public stdman
> +  (let ((commit "b7070fe10143411a8d69fe3a9f75e90008a8386d")
> +	(revision "0")) ;; Last release is outdated
> +    (package
> +      (name "stdman")
> +      (version (git-version "20240610" revision commit))
> +      (source (origin
> +		(method git-fetch)
> +		(uri (git-reference
> +		      (commit commit)
> +		      (url "https://github.com/jeaye/stdman")))
> +		(sha256
> +		 (base32 "0h1gfw4sxic5gx073zmshg4qyz2g142ckgzyj30pk8j708mnl8pz"))))
> +      (build-system gnu-build-system)
> +      (arguments
> +       (list
> +	#:tests? #f ;; There are no tests

There should be a dot at the end of comments, and only one semicolon if
it=E2=80=99s a margin comment.

> +	#:phases #~(modify-phases %standard-phases
> +		     (delete 'build))))
> +      (description "Formatted C++ @code{stdlib} man pages from=20
> cppreference")
> +      (synopsis "stdman is a tool that provides C++ @code{stdlib}=20
> documentation archived from cppreference as groff-formated man pages,=20
> accessible from the @code{man} command.")

Description and synopsis are swapped (synopsis should be the small one).

> +      (home-page "https://github.com/jeaye/stdman")
> +      (license license:expat))))
>=20
> base-commit: 1f057603ef59c7b9c32f610a897321fd75dc4dad
> --=20
> 2.46.0

I=E2=80=99m sending an updated patch with these small modifications.

Have a good day,
No=C3=A9




Information forwarded to guix-patches@HIDDEN:
bug#74340; Package guix-patches. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 13 Nov 2024 14:05:28 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 13 09:05:28 2024
Received: from localhost ([127.0.0.1]:41324 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1tBDzr-0000QO-5u
	for submit <at> debbugs.gnu.org; Wed, 13 Nov 2024 09:05:28 -0500
Received: from lists.gnu.org ([209.51.188.17]:47584)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <quanrong@HIDDEN>) id 1tBC3z-0003K1-OR
 for submit <at> debbugs.gnu.org; Wed, 13 Nov 2024 07:01:36 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <quanrong@HIDDEN>)
 id 1tBC3y-0003bP-If
 for guix-patches@HIDDEN; Wed, 13 Nov 2024 07:01:35 -0500
Received: from mout-p-102.mailbox.org ([80.241.56.152])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <quanrong@HIDDEN>)
 id 1tBC3w-0006ws-QG
 for guix-patches@HIDDEN; Wed, 13 Nov 2024 07:01:34 -0500
Received: from smtp202.mailbox.org (smtp202.mailbox.org [10.196.197.202])
 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
 (No client certificate requested)
 by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4XpMLv2bqSz9tDQ
 for <guix-patches@HIDDEN>; Wed, 13 Nov 2024 13:01:11 +0100 (CET)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailbox.org;
 s=mail20150812; t=1731499271;
 h=from:from: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:autocrypt:autocrypt;
 bh=jK0tvqAFCrmRzQlG7gsPlaTHyCFiWJD80C2zHMcTlfE=;
 b=wRiaDR8R8ehRcWMJDojZydVcVxXiLGu9DHiEawUE7KjuHWmbmybS0Vp0Vch9xu/eWIsRJq
 xXIwLAZGDG5sq3FX9HwY4GSzLrzWfc54In8lsjPgAZCFP8ULE/8W99ulOzk9eD0EXGwxBb
 FT5VSFw+HldurmOlSKPr5OVvU6SfY6g3Mf/Bt6b3CwG1ZTC/4gKJ8q03jFWbz3/Kvfb/Cl
 yQReO4AHlrBSBTKLwsL/7wTbABhA+psXizh6UVoASiqhqWUbJHMphxd+lbASiu6AdmesUp
 yVk5grl/LVVARi1qD19WPhT9LHs+WmhYipBD3NobUDdiFaA2OD1LDwQ/uko77Q==
Message-ID: <022e3f60-916c-4f89-b0cf-8647cc67d67c@HIDDEN>
Date: Wed, 13 Nov 2024 14:01:09 +0200
MIME-Version: 1.0
Content-Language: en-US
To: guix-patches@HIDDEN
From: Quanrong <quanrong@HIDDEN>
Subject: Subject: [PATCH 1/1] gnu: Add stdman
Autocrypt: addr=quanrong@HIDDEN; keydata=
 xjMEXzVXOhYJKwYBBAHaRw8BAQdAeV1PZETqdYSWKXvjaQvW/ZxH1qzGPj6VOUSfb8NrwZfN
 FjxxdWFucm9uZ0BtYWlsYm94Lm9yZz7CiwQQFggAMwIZAQUCXzVXOgIbAwQLCQgHBhUICQoL
 AgMWAgEWIQSzlJJOBRtHeAIgnZD2jh7SIrkW/AAKCRD2jh7SIrkW/BJqAQDElzT+1zLmB6ea
 1W4rCdXb24ixtS3eMJMc3SOs+B67ygD/VfM1sLuDr68Bruvxz5JLSfRnbfHPzMOTOD0AXKRj
 3g/OOARfNVc6EgorBgEEAZdVAQUBAQdAcPfPBXKr57IFDIfZtWPGRWiYIGcSASTJ2BlrkVzv
 RE4DAQgHwngEGBYIACAFAl81VzoCGwwWIQSzlJJOBRtHeAIgnZD2jh7SIrkW/AAKCRD2jh7S
 IrkW/Aq0AQDIQcD+w8jgbGrxsq8A1AeGhWc26fGkh6Bs7Vp/deUxfgD/REXV5Xq9QJfdhi/R
 d1vF/xjFvKSOHUQ+fUGipDg3pgs=
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
X-MBO-RS-META: g9s5jtpshpk8z5ntnsuk4p7p9nzk1ngd
X-MBO-RS-ID: ede746c5f0edebaa7d5
Received-SPF: pass client-ip=80.241.56.152; envelope-from=quanrong@HIDDEN;
 helo=mout-p-102.mailbox.org
X-Spam_score_int: -27
X-Spam_score: -2.8
X-Spam_bar: --
X-Spam_report: (-2.8 / 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,
 RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001,
 SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.3 (-)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Wed, 13 Nov 2024 09:05:26 -0500
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.3 (--)

* gnu/packages/documentation.scm (stdman): New variable.

Change-Id: I4ed70b6ad4208bde4df13d45fd7241096f2469a1
---
  gnu/packages/documentation.scm | 25 +++++++++++++++++++++++++
  1 file changed, 25 insertions(+)

diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm
index f0e37561f7..928e022239 100644
--- a/gnu/packages/documentation.scm
+++ b/gnu/packages/documentation.scm
@@ -14,6 +14,7 @@
  ;;; Copyright © 2022 Maxim Cournoyer <maxim.counoyer@HIDDEN>
  ;;; Copyright © 2023 Janneke Nieuwenhuizen <janneke@HIDDEN>
  ;;; Copyright © 2024 Felix Gruber <felgru@HIDDEN>
+;;; Copyright © 2024 Tomás Ortín Fernández <quanrong@HIDDEN>
  ;;;
  ;;; This file is part of GNU Guix.
  ;;;
@@ -566,3 +567,27 @@ (define-public stddoc
  supported programming languages.  Markdeep code comments are extracted 
from stdin and
  printed into stdout as a HTML file.")
        (license license:unlicense))))
+
+(define-public stdman
+  (let ((commit "b7070fe10143411a8d69fe3a9f75e90008a8386d")
+	(revision "0")) ;; Last release is outdated
+    (package
+      (name "stdman")
+      (version (git-version "20240610" revision commit))
+      (source (origin
+		(method git-fetch)
+		(uri (git-reference
+		      (commit commit)
+		      (url "https://github.com/jeaye/stdman")))
+		(sha256
+		 (base32 "0h1gfw4sxic5gx073zmshg4qyz2g142ckgzyj30pk8j708mnl8pz"))))
+      (build-system gnu-build-system)
+      (arguments
+       (list
+	#:tests? #f ;; There are no tests
+	#:phases #~(modify-phases %standard-phases
+		     (delete 'build))))
+      (description "Formatted C++ @code{stdlib} man pages from 
cppreference")
+      (synopsis "stdman is a tool that provides C++ @code{stdlib} 
documentation archived from cppreference as groff-formated man pages, 
accessible from the @code{man} command.")
+      (home-page "https://github.com/jeaye/stdman")
+      (license license:expat))))

base-commit: 1f057603ef59c7b9c32f610a897321fd75dc4dad
-- 
2.46.0




Acknowledgement sent to Quanrong <quanrong@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#74340; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.