[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/15: gnu: Add go-github-com-aymanbagabas-go-udiff.
From: |
guix-commits |
Subject: |
02/15: gnu: Add go-github-com-aymanbagabas-go-udiff. |
Date: |
Sun, 1 Dec 2024 02:28:16 -0500 (EST) |
avp pushed a commit to branch master
in repository guix.
commit 215ae40b5d953a98b4c71f772c515adf5ad8ddf5
Author: Artyom V. Poptsov <poptsov.artyom@gmail.com>
AuthorDate: Thu Nov 28 23:48:56 2024 +0000
gnu: Add go-github-com-aymanbagabas-go-udiff.
* gnu/packages/golang-xyz.scm (go-github-com-aymanbagabas-go-udiff): New
variable.
Change-Id: Icac934589b041c9b3b5db0114173d25d0c3f4c34
Reviewed-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/golang-xyz.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index daafc1285c..913b741871 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1159,6 +1159,34 @@ strategies, such as fixed delay, backoff delay, and
random delay.")
clipboard.")
(license license:expat)))
+(define-public go-github-com-aymanbagabas-go-udiff
+ (package
+ (name "go-github-com-aymanbagabas-go-udiff")
+ (version "0.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/aymanbagabas/go-udiff")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "09p17r8s5flhq6p69z08345q0y99dpb0yyashlwpgxn45xir7y6g"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/aymanbagabas/go-udiff"))
+ (home-page "https://github.com/aymanbagabas/go-udiff")
+ (synopsis "Diffing library for Golang")
+ (description
+ "@code{udiff} (micro-diff, or µDiff) is a library that implements the
+@url{http://www.xmailserver.org/diff2.pdf, Myers' diffing algorithm}. It aims
to
+provide a minimal API to compute and apply diffs with zero dependencies. It
also
+supports generating diffs in the
+@url{https://www.gnu.org/software/diffutils/manual/html_node/Unified-Format.html,
+Unified Format}.")
+ (license license:expat)))
+
(define-public go-github-com-benbjohnson-clock
(package
(name "go-github-com-benbjohnson-clock")
- branch master updated (1fb40a5b92 -> aa40c94446), guix-commits, 2024/12/01
- 04/15: gnu: Add go-github-com-kylelemons-godebug-pretty., guix-commits, 2024/12/01
- 05/15: gnu: Add go-github-com-sahilm-fuzzy., guix-commits, 2024/12/01
- 10/15: gnu: Add go-github-com-charmbracelet-bubbles., guix-commits, 2024/12/01
- 13/15: gnu: gojq: Adjust import and unpack paths., guix-commits, 2024/12/01
- 01/15: gnu: Add go-github-com-atotto-clipboard., guix-commits, 2024/12/01
- 03/15: gnu: Add go-github-com-makenowjust-heredoc., guix-commits, 2024/12/01
- 02/15: gnu: Add go-github-com-aymanbagabas-go-udiff.,
guix-commits <=
- 08/15: gnu: Add go-github-com-charmbracelet-x-term., guix-commits, 2024/12/01
- 12/15: gnu: go-github-com-itchyny-gojq: Install the library., guix-commits, 2024/12/01
- 07/15: gnu: Add go-github-com-charmbracelet-x-exp-golden., guix-commits, 2024/12/01
- 06/15: gnu: Add go-github-com-charmbracelet-x-ansi., guix-commits, 2024/12/01
- 11/15: gnu: Add go-github-com-muesli-ansi., guix-commits, 2024/12/01
- 09/15: gnu: Add go-github-com-charmbracelet-lipgloss., guix-commits, 2024/12/01
- 14/15: gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3., guix-commits, 2024/12/01
- 15/15: gnu: Add go-jqp., guix-commits, 2024/12/01