Revision 1f8513ed96b724ef5729d3efa141e7b6e544549a authored by Frej Soya on 08 September 2022, 20:06:49 UTC, committed by Marge Bot on 13 September 2022, 09:49:59 UTC
- Use Contract_helpers in both cases.
- Note that the disabled test wont be run on CI/make test with this approach
1 parent abec369
Raw File
tezos-dal-node-services.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"
  "tezos-rpc"
  "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` RPC services"
back to top