https://gitlab.com/tezos/tezos
Raw File
Tip revision: e18e76b5f687a973d54c416703abcb20a45b846e authored by Ilya Peresadin on 05 April 2023, 20:55:23 UTC
WIP Kernel SDK: Add conversion from YAML config to binary programm
Tip revision: e18e76b
tezos-dal-node-lib.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" }
  "ocaml" { >= "4.14" }
  "tezos-base"
  "tezos-dal-node-services"
  "tezos-client-base"
  "tezos-protocol-updater"
  "tezos-client-base-unix"
  "tezos-stdlib-unix"
  "tezos-crypto-dal"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `tezos-dal-node` library"
back to top