1 { buildDunePackage, fetchurl, lib
2 , zarith, digestif, fmt
6 pname = "tezos-base58";
10 url = "https://github.com/tarides/tezos-base58/releases/download/${version}/${pname}-${version}.tbz";
11 sha256 = "14w2pff5dy6mxnz588pxaf2k8xpkd51sbsys065wr51kbv1f36da";
14 minimalOCamlVersion = "4.08";
17 propagatedBuildInputs = [
22 description = "Base58 encoding for Tezos";
23 homepage = "https://github.com/tarides/tezos-base58/";
24 license = licenses.mit;
25 maintainers = with maintainers; [ bezmuth ];