GNU bug report logs - #75176
[PATCH 00/18] Add command-line interface for Hetzner Cloud

Previous Next

Package: guix-patches;

Reported by: Roman Scherer <roman <at> burningswell.com>

Date: Sun, 29 Dec 2024 12:13:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Roman Scherer <roman <at> burningswell.com>
To: 75176 <at> debbugs.gnu.org
Cc: Roman Scherer <roman <at> burningswell.com>
Subject: [bug#75176] [PATCH 14/18] gnu: Add go-github-com-yudai-golcs.
Date: Sun, 29 Dec 2024 13:14:33 +0100
* gnu/packages/golang-xyz.scm (go-github-com-yudai-golcs): New variable.

Change-Id: I3ce09b85717bfccf1d4faf8ddc28542508be08ba
---
 gnu/packages/golang-xyz.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index dcd2483c24..ad5e86274f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -8283,6 +8283,32 @@ (define-public go-github-com-yosuke-furukawa-json5
 Golang.")
     (license license:bsd-3)))
 
+(define-public go-github-com-yudai-golcs
+  (let ((commit "ecda9a501e8220fae3b4b600c3db4b0ba22cfc68")
+        (revision "0"))
+    (package
+      (name "go-github-com-yudai-golcs")
+      (version (git-version "0.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/yudai/golcs")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0mx6wc5fz05yhvg03vvps93bc5mw4vnng98fhmixd47385qb29pq"))))
+      (build-system go-build-system)
+      (arguments
+       (list
+        #:import-path "github.com/yudai/golcs"))
+      (home-page "https://github.com/yudai/golcs")
+      (synopsis "Calculate @acronym{LCS, longest common sequence} in Golang")
+      (description
+       "This package provides functions to calculate @acronym{LCS, longest
+common sequence} values from two arbitrary arrays.")
+      (license license:expat))))
+
 (define-public go-github-com-yuin-gopher-lua
   (package
     (name "go-github-com-yuin-gopher-lua")
-- 
2.47.1





This bug report was last modified 198 days ago.

Previous Next


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