Revision 259c41b5cefa8555627a693b40509d9e3fad0008 authored by Yann Regis-Gianas on 12 September 2022, 08:44:06 UTC, committed by Marge Bot on 16 September 2022, 12:26:49 UTC
Signed-off-by: Yann Regis-Gianas <yann@nomadic-labs.com>
1 parent 762edd5
Raw File
tree-encoding.opam
# This file was automatically generated, do not edit.
# Edit file manifest/main.ml instead.
opam-version: "2.0"
maintainer: "contact@tezos.com"
authors: ["Tezos devteam"]
homepage: "https://www.tezos.com/"
bug-reports: "https://gitlab.com/tezos/tezos/issues"
dev-repo: "git+https://gitlab.com/tezos/tezos.git"
license: "MIT"
depends: [
  "dune" { >= "3.0" }
  "tezos-base"
  "lazy-containers"
  "tezos-lwt-result-stdlib"
  "data-encoding" { >= "0.6" & < "0.7" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "A general-purpose library to encode arbitrary data in Merkle trees"
back to top