[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65118] [PATCH 0/9]: gnu: Add NSQ.
From: |
Maxim Cournoyer |
Subject: |
[bug#65118] [PATCH 0/9]: gnu: Add NSQ. |
Date: |
Sat, 26 Aug 2023 22:15:02 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Sharlatan Hellseher <sharlatanus@gmail.com> writes:
> * gnu/packages/golang.scm (go-github-com-mreiferson-go-options): New variable.
> ---
> gnu/packages/golang.scm | 23 +++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
> index cdfad943c7..fd3807bb7e 100644
> --- a/gnu/packages/golang.scm
> +++ b/gnu/packages/golang.scm
> @@ -6256,6 +6256,29 @@ (define-public go-github-com-mr-tron-base58
> encoding and 8 times faster decoding.")
> (license license:expat))))
>
> +(define-public go-github-com-mreiferson-go-options
> + (package
> + (name "go-github-com-mreiferson-go-options")
> + (version "1.0.0")
> + (source (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/mreiferson/go-options")
> + (commit (string-append "v" version))))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "1pxs9ybrh196qy14ijn4zn51h2z28lj31y6vxrz2xxhgvpmfmxyl"))))
> + (build-system go-build-system)
> + (arguments
> + '(#:import-path "github.com/mreiferson/go-options"))
> + (home-page "https://github.com/mreiferson/go-options")
> + (synopsis "Go package to structure and resolve options")
> + (description
> + "OPTIONS resolves configuration values set via command line
> flags, config
Maybe, "The @code{options} Go package resolves [...]"
--
Thanks,
Maxim
- [bug#65118] [PATCH 2/9] gnu: Add go-github-com-bitly-timer-metrics., (continued)
- [bug#65118] [PATCH 2/9] gnu: Add go-github-com-bitly-timer-metrics., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 7/9] gnu: Add go-github-com-nsqio-go-diskqueue., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 5/9] gnu: Add go-github-com-julienschmidt-httprouter., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 1/9] gnu: Add go-github-com-bitly-go-hostpool., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 9/9] gnu: Add nsq., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 6/9] gnu: Add go-github-com-mreiferson-go-options., Sharlatan Hellseher, 2023/08/06
- [bug#65118] [PATCH 0/9]: gnu: Add NSQ.,
Maxim Cournoyer <=
- [bug#65118] [PATCH 3/9] gnu: Add go-github-com-bmizerany-perks-quantile., Sharlatan Hellseher, 2023/08/06
- [bug#65118], Sharlatan Hellseher, 2023/08/26