https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4cebe70ff69cf94ce82e8786a2e1691575e8ef36 authored by Julien Tesson on 17 July 2023, 18:12:52 UTC
scripts: migration script
Tip revision: 4cebe70
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" }
  "ocaml" { >= "4.14" }
  "tezos-base"
  "tezos-rpc"
  "tezos-crypto-dal"
]
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