[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/24: gnu: Add go-github-com-alecthomas-participle-v2.
From: |
guix-commits |
Subject: |
05/24: gnu: Add go-github-com-alecthomas-participle-v2. |
Date: |
Fri, 16 Feb 2024 09:21:11 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit b2ad18ce4d966ca7c12d7d9ca49556f5e88568b6
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sat Jul 29 01:19:51 2023 +0800
gnu: Add go-github-com-alecthomas-participle-v2.
* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-participle-v2):
New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ia6a75894a65de756b771d2467125db411da2708b
---
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 5312198009..8df9481b0e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -74,6 +74,34 @@
substitution.")
(license license:expat)))
+(define-public go-github-com-alecthomas-participle-v2
+ (package
+ (name "go-github-com-alecthomas-participle-v2")
+ (version "2.1.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/alecthomas/participle")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0k2vsd58rgwyylyn5zja6z6k1sg4m39g2fhd88lvja60ca51bh98"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:go go-1.18
+ #:import-path "github.com/alecthomas/participle/v2"))
+ (native-inputs
+ (list go-github-com-alecthomas-assert-v2))
+ (home-page "https://github.com/alecthomas/participle")
+ (synopsis "Parser library for Go")
+ (description
+ "This package provides a parser library for Golang which constructs
+parsers from definitions in struct tags and parses directly into those
+structs. The approach is similar to how other marshallers work in Golang,
+\"unmarshalling\" an instance of a grammar into a struct.")
+ (license license:expat)))
+
(define-public go-github-com-anmitsu-go-shlex
(package
(name "go-github-com-anmitsu-go-shlex")
- branch master updated (cf842e9b20 -> 5e556a19d2), guix-commits, 2024/02/16
- 04/24: gnu: Add go-github-com-alecthomas-assert-v2., guix-commits, 2024/02/16
- 09/24: gnu: go-github-com-mattn-go-colorable: Update to 0.1.13., guix-commits, 2024/02/16
- 11/24: gnu: go-github-com-goccy-go-json: Update to 0.10.2., guix-commits, 2024/02/16
- 02/24: gnu: Add go-github-com-hexops-gotextdiff., guix-commits, 2024/02/16
- 17/24: gnu: Add go-github-com-jinzhu-copier., guix-commits, 2024/02/16
- 03/24: gnu: go-github-com-alecthomas-repr: Update to 0.3.0., guix-commits, 2024/02/16
- 18/24: gnu: go-github-com-magiconair-properties: Update to 1.8.7., guix-commits, 2024/02/16
- 05/24: gnu: Add go-github-com-alecthomas-participle-v2.,
guix-commits <=
- 21/24: gnu: go-github-com-op-go-logging: Move to golang-xyz., guix-commits, 2024/02/16
- 19/24: gnu: Add go-github-com-pelletier-go-toml-v2., guix-commits, 2024/02/16
- 23/24: gnu: Add go-github-com-mikefarah-yq-v4., guix-commits, 2024/02/16
- 24/24: gnu: Add yq., guix-commits, 2024/02/16
- 22/24: gnu: Add go-gopkg-in-op-go-logging-v1., guix-commits, 2024/02/16
- 07/24: gnu: Add go-github-com-elliotchance-orderedmap., guix-commits, 2024/02/16
- 10/24: gnu: go-github-com-fatih-color: Update to 1.16.0., guix-commits, 2024/02/16
- 12/24: gnu: go-github-com-go-playground-universal-translator: Update to 0.18.1., guix-commits, 2024/02/16
- 01/24: gnu: Add go-github-com-a8m-envsubst., guix-commits, 2024/02/16
- 13/24: gnu: go-github-com-leodido-go-urn: Update to 1.4.0., guix-commits, 2024/02/16