From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 72129@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#72129] [PATCH 1/4] gnu: Add go-github-com-ipfs-go-ipld-legacy.
Date: Mon, 15 Jul 2024 23:04:20 +0300 [thread overview]
Message-ID: <9e2f2a99f533a4288d4de36d2d8cc96e9dc8aa86.1721073688.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1721073688.git.poptsov.artyom@gmail.com>
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipld-legacy): New variable.
Change-Id: I70afb1bb7b1fcc0db477db05c9c82548a2c39285
---
gnu/packages/ipfs.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/ipfs.scm b/gnu/packages/ipfs.scm
index daf68903c2..e57399d6d9 100644
--- a/gnu/packages/ipfs.scm
+++ b/gnu/packages/ipfs.scm
@@ -373,6 +373,36 @@ (define-public go-github-com-ipfs-go-ipld-format
order to be a part of the @acronym{IPLD, InterPlanetary Linked Data} merkle-forest.")
(license license:expat)))
+(define-public go-github-com-ipfs-go-ipld-legacy
+ (package
+ (name "go-github-com-ipfs-go-ipld-legacy")
+ (version "0.2.1")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/ipfs/go-ipld-legacy")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0sc2zc3lyxy30fzynwdpfrl8jhh1ynwixn1crrv8hzn93yix6550"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:go go-1.21
+ #:import-path "github.com/ipfs/go-ipld-legacy"))
+ (native-inputs (list go-github-com-stretchr-testify))
+ (propagated-inputs (list go-github-com-ipfs-go-block-format
+ go-github-com-ipfs-go-cid
+ go-github-com-ipfs-go-ipld-format
+ go-github-com-ipld-go-ipld-prime))
+ (home-page "https://github.com/ipfs/go-ipld-legacy")
+ (synopsis "Translation layer for IPLD legacy code")
+ (description
+ "@code{go-ipld-format} is a translation layer between @code{go-ipld-prime} nodes
+and @code{go-ipld-format} legacy interface.")
+ (license (list license:expat license:asl2.0))))
+
(define-public go-github-com-ipld-go-ipld-prime
(package
(name "go-github-com-ipld-go-ipld-prime")
--
2.45.2
next prev parent reply other threads:[~2024-07-15 20:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 20:03 [bug#72129] [PATCH 0/4] gnu: kubo: Unbundle go-github-com-{ipfs-go-ipld-legacy, ipld-go-codec-dagpb} Artyom V. Poptsov
2024-07-15 20:04 ` Artyom V. Poptsov [this message]
2024-07-15 20:04 ` [bug#72129] [PATCH 2/4] gnu: kubo: Unbundle go-github-com-ipfs-go-ipld-legacy Artyom V. Poptsov
2024-07-15 20:04 ` [bug#72129] [PATCH 3/4] gnu: Add go-github-com-ipld-go-codec-dagpb Artyom V. Poptsov
2024-07-15 20:04 ` [bug#72129] [PATCH 4/4] gnu: kubo: Unbundle go-github-com-ipld-go-codec-dagpb Artyom V. Poptsov
2024-07-18 22:16 ` bug#72129: [PATCH 0/4] gnu: kubo: Unbundle go-github-com-{ipfs-go-ipld-legacy, ipld-go-codec-dagpb} Sharlatan Hellseher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9e2f2a99f533a4288d4de36d2d8cc96e9dc8aa86.1721073688.git.poptsov.artyom@gmail.com \
--to=poptsov.artyom@gmail.com \
--cc=72129@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).