summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index d465888f8ac..fb01d66c052 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -24057,6 +24057,33 @@ cooperating processes or serializing multiple invocations of the same
24057process.") 24057process.")
24058 (license license:expat))) 24058 (license license:expat)))
24059 24059
24060(define-public go-github-com-nikandfor-spintax
24061 (package
24062 (name "go-github-com-nikandfor-spintax")
24063 (version "0.0.0-20181023094358-fc346b245bb3")
24064 (source
24065 (origin
24066 (method git-fetch)
24067 (uri (git-reference
24068 (url "https://github.com/nikandfor/spintax")
24069 (commit (go-version->git-ref version))))
24070 (file-name (git-file-name name version))
24071 (sha256
24072 (base32 "1sgabgg9g33h7ywanqr2c1d3r7gal8k11x4ysk0v46xpm19p7c2x"))))
24073 (build-system go-build-system)
24074 (arguments
24075 (list
24076 #:import-path "github.com/nikandfor/spintax"))
24077 (native-inputs
24078 (list go-github-com-stretchr-testify))
24079 (home-page "https://github.com/nikandfor/spintax")
24080 (synopsis "Spintax is a text generation library for Go")
24081 (description
24082 "Spintax is an text generator from Spintax template. Spintax is an
24083template with alternative parts that can be evaluated into one of many
24084texts. Depth is not limited")
24085 (license license:expat)))
24086
24060(define-public go-github-com-niklasfasching-go-org 24087(define-public go-github-com-niklasfasching-go-org
24061 (package 24088 (package
24062 (name "go-github-com-niklasfasching-go-org") 24089 (name "go-github-com-niklasfasching-go-org")