summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-02-09 21:14:38 +0000
committerAndreas Enge <andreas@enge.fr>2026-02-15 14:17:44 +0100
commit64e0f00a0e24f3453aa78253bcc19231ab4c7b20 (patch)
treea19df706af6ffed46edf3dac28c2b57ca6882ded /gnu
parentb874d9b1ef4c208d9773af0c4212d76aa212c7bc (diff)
gnu: Add go-github-com-kylelemons-go-gypsy.
* gnu/packages/golang-xyz.scm (go-github-com-kylelemons-go-gypsy): New variable. Change-Id: I93fe7d82ccea6983d3e4262796502e43211c00f3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 801b88e773..6f4fac3989 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -14683,6 +14683,31 @@ allocation. @code{fastime} is returning the approximate time.")
code dependencies in the form of internal and external packages.")
(license license:expat)))
+(define-public go-github-com-kylelemons-go-gypsy
+ (package
+ (name "go-github-com-kylelemons-go-gypsy")
+ (version "1.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/kylelemons/go-gypsy")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0h8fn37zqbxaby9cnxbymss2j652kvq124rinpqpbh60q1qdn6sy"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:skip-build? #t
+ #:import-path "github.com/kylelemons/go-gypsy"))
+ (home-page "https://github.com/kylelemons/go-gypsy")
+ (synopsis "Go YAML Parser for Simple YAML")
+ (description
+ "This package implements a very simple parser for a YAML-like config
+language for Golang.")
+ (license license:asl2.0)))
+
(define-public go-github-com-kylelemons-godebug
(package
(name "go-github-com-kylelemons-godebug")