From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: reduceLCS ... inclusion in master or not? Date: Sun, 18 Sep 2016 18:20:47 +0000 Message-ID: <8760ptjchs.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blgiO-0005BV-ET for guix-devel@gnu.org; Sun, 18 Sep 2016 14:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blgiK-0003lu-Cl for guix-devel@gnu.org; Sun, 18 Sep 2016 14:21:20 -0400 Received: from aibo.runbox.com ([91.220.196.211]:40185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blgiK-0003iu-6v for guix-devel@gnu.org; Sun, 18 Sep 2016 14:21:16 -0400 Received: from [10.9.9.212] (helo=mailfront12.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1blgiF-00033r-Tv for guix-devel@gnu.org; Sun, 18 Sep 2016 20:21:11 +0200 Received: from xd9bb9a67.dyn.telefonica.de ([217.187.154.103] helo=localhost) by mailfront12.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1blght-0005fn-ML for guix-devel@gnu.org; Sun, 18 Sep 2016 20:20:49 +0200 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org Just because I found this in a search for something else I packaged this. Is this desirable for master? It is very small. Excerpt: (synopsis "Fast program to compute the approximate Longest Commons Subsequence of a set of strings") (description "@code{reduceLCS} is an implementation of the Reduce-Expand algorithm for LCS. It is a fast program to compute the approximate Longest Commons Subsequence of a set of strings.") More in my feature branch here: https://gitlab.com/packaging-guix/guix/commit/36fa25f9a8fd472561e96e40e6d7fedd725ee42b -- ng0