https://gitlab.com/tezos/tezos
Raw File
Tip revision: 49c1f058169e0a79bb486521af13f4cbe970c317 authored by Lucas Randazzo on 19 March 2023, 21:44:23 UTC
Proto: update reward mechanism
Tip revision: 49c1f05
tezos-dac-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-client-base"
  "tezos-client-base-unix"
  "tezos-stdlib-unix"
  "tezos-layer2-store"
  "tezos-rpc-http-server"
  "tezos-dac-lib"
  "tezos-dac-client-lib"
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `tezos-dac-node` library"
back to top