this repo has no description
1opam-version: "2.0"
2synopsis: "Base58 encoding for Tezos"
3description: """
4Self-contained package for base58 encoding used by Tezos.
5"""
6maintainer: ["Tarides <contact@tarides.com>"]
7authors: [
8 "Tezos devteam"
9 "Thomas Gazagnaire <thomas@gazagnaire.org>"
10]
11license: "MIT"
12homepage: "https://github.com/tarides/tezos-base58"
13bug-reports: "https://github.com/tarides/tezos-base58/issues"
14depends: [ "dune" {>= "2.7"} "zarith" "digestif" {>= "0.7"} "fmt" ]
15build: [
16 ["dune" "subst"] {dev}
17 [ "dune" "build" "-p" name "-j" jobs]
18]
19dev-repo: "git+https://github.com/tarides/tezos-base58.git"
20url {
21 src:
22 "https://github.com/tarides/tezos-base58/releases/download/1.0.0/tezos-base58-1.0.0.tbz"
23 checksum: [
24 "sha256=aa99e1c25e3394cc8b01daeba54369f376348553fd2254beedd5f8569cbb8293"
25 "sha512=17415f5731a5e321043b21f67ca541a2ef5fe7e94fa7a7652164324a02176f3abb18163f8954659cd5470611346688f39be1154850e90a8df08f637bbd972ef1"
26 ]
27}
28x-commit-hash: "946930422a5d2e27449d95d65afef9bec47debe9"