[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74495] [PATCH 02/15] gnu: Add go-github-com-aymanbagabas-go-udiff.
From: |
Sharlatan Hellseher |
Subject: |
[bug#74495] [PATCH 02/15] gnu: Add go-github-com-aymanbagabas-go-udiff. |
Date: |
Thu, 28 Nov 2024 23:48:56 +0000 |
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
* 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 63ac100349..561b82af11 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1136,6 +1136,34 @@ (define-public go-github-com-aymanbagabas-go-osc52-v2
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")
--
2.46.0
- [bug#74495] [PATCH v2 11/16] gnu: gojq: Install the binary only., (continued)
- [bug#74495] [PATCH v2 11/16] gnu: gojq: Install the binary only., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 10/16] gnu: go-github-com-itchyny-gojq: Install the library., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 08/16] gnu: Add go-github-com-charmbracelet-lipgloss., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 13/16] gnu: Add go-github-com-charmbracelet-x-term., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 12/16] gnu: go-github-com-charmbracelet-bubbletea: Remove input labels., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 14/16] gnu: Add go-github-com-muesli-ansi., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 16/16] gnu: Add go-github-com-noahgorstein-jqp., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH v2 15/16] gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3., Artyom V. Poptsov, 2024/11/24
- [bug#74495] [PATCH 00/16] gnu: Add go-github-com-noahgorstein-jqp., Artyom V. Poptsov, 2024/11/26
- [bug#74495] [PATCH 00/15] gnu: Add go-jqp., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 02/15] gnu: Add go-github-com-aymanbagabas-go-udiff.,
Sharlatan Hellseher <=
- [bug#74495] [PATCH 01/15] gnu: Add go-github-com-atotto-clipboard., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 03/15] gnu: Add go-github-com-makenowjust-heredoc., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 09/15] gnu: Add go-github-com-charmbracelet-lipgloss., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 13/15] gnu: gojq: Adjust import path., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 14/15] gnu: go-github-com-charmbracelet-bubbletea: Update to 1.2.3., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 05/15] gnu: Add go-github-com-sahilm-fuzzy., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 07/15] gnu: Add go-github-com-charmbracelet-x-exp-golden., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 10/15] gnu: Add go-github-com-charmbracelet-bubbles., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 15/15] gnu: Add go-jqp., Sharlatan Hellseher, 2024/11/28
- [bug#74495] [PATCH 04/15] gnu: Add go-github-com-kylelemons-godebug-pretty., Sharlatan Hellseher, 2024/11/28