Revision 1dc89421241199031c8de5c60aaaeefe22fdf9ea authored by Marge Bot on 17 January 2024, 11:25:35 UTC, committed by Marge Bot on 17 January 2024, 11:25:35 UTC
Co-authored-by: Emma Turner <emma.turner@trili.tech>

Approved-by: Pierre-Emmanuel CORNILLEAU <pe.cornilleau@marigold.dev>
Approved-by: Thomas Pecseli <thomas.pecseli@trili.tech>
Approved-by: Nicolas Ayache <nicolas.ayache@nomadic-labs.com>

See merge request https://gitlab.com/tezos/tezos/-/merge_requests/11508
2 parent s bb2bc7a + d3073e0
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.11.1" }
  "ocaml" { >= "4.14" }
  "octez-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: `tezos-dal-node` RPC services"
back to top