From 64e0f00a0e24f3453aa78253bcc19231ab4c7b20 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 9 Feb 2026 21:14:38 +0000 Subject: gnu: Add go-github-com-kylelemons-go-gypsy. * gnu/packages/golang-xyz.scm (go-github-com-kylelemons-go-gypsy): New variable. Change-Id: I93fe7d82ccea6983d3e4262796502e43211c00f3 --- gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'gnu') 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") -- cgit v1.3