[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65085] [PATCH 12/13] gnu: Add go-github-com-json-iterator-go
From: |
( |
Subject: |
[bug#65085] [PATCH 12/13] gnu: Add go-github-com-json-iterator-go |
Date: |
Sat, 05 Aug 2023 10:25:13 +0100 |
Fries via Guix-patches via <guix-patches@gnu.org> writes:
> + (arguments
> + '(#:import-path "github.com/json-iterator/go"))
LIST.
> + (propagated-inputs
> + `(("go-github-com-stretchr-testify" ,go-github-com-stretchr-testify)
> + ("go-github-com-modern-go-reflect2" ,go-github-com-modern-go-reflect2)
> + ("go-github-com-modern-go-concurrent"
> ,go-github-com-modern-go-concurrent)
> + ("go-github-com-google-gofuzz" ,go-github-com-google-gofuzz)
> + ("go-github-com-davecgh-go-spew" ,go-github-com-davecgh-go-spew)))
LIST.
> + (home-page "https://github.com/json-iterator/go")
> + (synopsis "High-performance, 100% compatible drop-in replacement of
> encoding/json")
s/of/for/
> + (description
> + "Package jsoniter implements encoding and decoding of JSON as defined in
s/Package jsoniter/This package/
-- (
- [bug#65079] [PATCH 07/13] gnu: Add go-github-com-pkg-profile, (continued)
- [bug#65085] [PATCH 12/13] gnu: Add go-github-com-json-iterator-go, Fries, 2023/08/05
- [bug#65085] [PATCH 12/13] gnu: Add go-github-com-json-iterator-go,
( <=
- [bug#65081] [PATCH 10/13] gnu: Add go-github-com-modern-go-concurrent, Fries, 2023/08/05
- [bug#65084] [PATCH 11/13] gnu: Add go-github-com-modern-go-reflect2, Fries, 2023/08/05
- [bug#65082] [PATCH 08/13] gnu: Add go-github-com-karrick-godirwalk, Fries, 2023/08/05
- [bug#65074] [PATCH v2 00/13] Add scc, Fries, 2023/08/05