mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: Add go-github-com-layeh-gopher-luar.
* gnu/packages/golang-xyz.scm (go-github-com-layeh-gopher-luar): New variable. Change-Id: Iafe2a8aa760d684dae485c12f639cdbdc8efc336 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
05ab9bd7f3
commit
499d3b8198
1 changed files with 26 additions and 0 deletions
|
@ -56,6 +56,7 @@
|
||||||
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
|
||||||
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
;;; Copyright © 2024 gemmaro <gemmaro.dev@gmail.com>
|
||||||
;;; Copyright © 2024 Roman Scherer <roman@burningswell.com>
|
;;; Copyright © 2024 Roman Scherer <roman@burningswell.com>
|
||||||
|
;;; Copyright © 2025 Ashvith Shetty <ashvithshetty0010@zohomail.in>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -9593,6 +9594,31 @@ do not update the structure in-place, but instead always yield a new
|
||||||
structure. It's a stable fork of https://github.com/mndrix/ps.")
|
structure. It's a stable fork of https://github.com/mndrix/ps.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-layeh-gopher-luar
|
||||||
|
(package
|
||||||
|
(name "go-github-com-layeh-gopher-luar")
|
||||||
|
(version "1.0.11")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/layeh/gopher-luar")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0zfafqy2jwjmrr0gl3h2ivn0iixb0bvslcwcly9bcmc5yxq35m89"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "layeh.com/gopher-luar"))
|
||||||
|
(propagated-inputs (list go-github-com-yuin-gopher-lua))
|
||||||
|
(home-page "https://github.com/layeh/gopher-luar")
|
||||||
|
(synopsis "Simplifies data passing to and from gopher-lua")
|
||||||
|
(description
|
||||||
|
"Package @code{gopher-luar} simplifies data passing to and from
|
||||||
|
@url{https://github.com/yuin/gopher-lua, gopher-lua}.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public go-github-com-leodido-go-urn
|
(define-public go-github-com-leodido-go-urn
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-leodido-go-urn")
|
(name "go-github-com-leodido-go-urn")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue