https://gitlab.com/tezos/tezos
Raw File
Tip revision: c4ad0d4f5cebd9e299eee24646105093756f8937 authored by Andrea Cerone on 01 November 2022, 13:25:14 UTC
Dac/Tezt: test import Bls key into dal node
Tip revision: c4ad0d4
tezos-micheline-rewriting.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" }
  "zarith" { >= "1.12" & < "1.13" }
  "zarith_stubs_js"
  "tezos-stdlib"
  "tezos-error-monad"
  "tezos-micheline"
  "tezos-protocol-alpha" {with-test}
  "tezos-client-alpha" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: library for rewriting Micheline expressions"
back to top