From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41553) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPmdf-0004vn-4s for guix-patches@gnu.org; Sat, 18 Apr 2020 08:32:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPmde-000296-3q for guix-patches@gnu.org; Sat, 18 Apr 2020 08:32:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58804) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPmde-00028n-0h for guix-patches@gnu.org; Sat, 18 Apr 2020 08:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPmdd-0003Xc-UG for guix-patches@gnu.org; Sat, 18 Apr 2020 08:32:01 -0400 Subject: [bug#40677] [PATCH 06/30] gnu: Add libnatpmp. Resent-Message-ID: From: Mathieu Othacehe References: <20200417003433.5608-1-tona_kosmicznego_smiecia@interia.pl> <20200417003433.5608-6-tona_kosmicznego_smiecia@interia.pl> Date: Sat, 18 Apr 2020 14:30:55 +0200 In-Reply-To: <20200417003433.5608-6-tona_kosmicznego_smiecia@interia.pl> (Jan Wielkiewicz's message of "Fri, 17 Apr 2020 02:34:09 +0200") Message-ID: <875zdxj7r4.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Jan Wielkiewicz Cc: 40677@debbugs.gnu.org > + (synopsis "C Library implementing NAT-PMP") "library" > + (description > + "libnatpmp is a portable and asynchronous implementaiton of the NAT Port Mapping Protocol (NAT-PMP) written in C.") This line is over the 78 column limit. Plus you can use texinfo markup for "libnatpmp" as explained here: https://guix.gnu.org/manual/en/html_node/Synopses-and-Descriptions.html#Synopses-and-Descriptions. Thanks, Mathieu