@@ -16450,3 +16450,19 @@ it falls back to forked threads and threadDelay.")
Host can be either ipv4, ipv6 or domain name and port are optional.
IPv6 address should be surrounded by square brackets.")
(license license:expat)))
+
+(define-public ghc-binary-varint
+ (package
+ (name "ghc-binary-varint")
+ (version "0.1.0.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hackage-uri "binary-varint" version))
+ (sha256
+ (base32 "1i183ab4bbq3yarijnb2pwgbi9k1w1nc0fs6ph8d8xnysj6ws8l8"))))
+ (build-system haskell-build-system)
+ (home-page "https://github.com/monadic-xyz/ipfs")
+ (synopsis "VarInt encoding/decoding via Data.Binary")
+ (description "Binary VarInt implements VarInt encoding and decoding.")
+ (license license:bsd-3)))