From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:52030) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnoRW-0004rE-O1 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:42:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnoRV-0001gV-Tx for guix-patches@gnu.org; Sun, 27 Jan 2019 12:42:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48613) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnoRV-0001gE-P3 for guix-patches@gnu.org; Sun, 27 Jan 2019 12:42:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gnoRV-0004fe-MP for guix-patches@gnu.org; Sun, 27 Jan 2019 12:42:01 -0500 Subject: [bug#34222] [PATCH 14/15] gnu: Add ruby-jaro-winkler. Resent-Message-ID: References: <87y376ghl0.fsf@cbaines.net> <20190127170820.28937-1-mail@cbaines.net> <20190127170820.28937-14-mail@cbaines.net> From: Ricardo Wurmus In-reply-to: <20190127170820.28937-14-mail@cbaines.net> Date: Sun, 27 Jan 2019 18:40:55 +0100 Message-ID: <87o982robc.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Christopher Baines Cc: 34222@debbugs.gnu.org Christopher Baines writes: > Required for ruby-rubocop. > > * gnu/packages/ruby.scm (ruby-jaro-winkler): New variable. [=E2=80=A6] > + (description > + "@code{jaro_winkler} is an implementation of Jaro-Winkler distance > +algorithm. It is written in C extension and will fallback to a pure Ruby > +implementation on platforms where this is unsupported.") =E2=80=9Cwritten in C=E2=80=9D or =E2=80=9Cwritten as a C extension=E2=80= =9D? --=20 Ricardo