https://gitlab.com/tezos/tezos
Raw File
Tip revision: cd94c321209a7ae6095ebbc3e081bd7c8cf98174 authored by lin on 10 August 2023, 13:10:38 UTC
fixup! Hard-code reveal_dal result in debugger
Tip revision: cd94c32
tezos-sapling.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" }
  "conf-rust"
  "integers"
  "integers_stubs_js"
  "ctypes" { >= "0.18.0" }
  "ctypes_stubs_js"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "octez-libs"
  "tezos-rust-libs" { = "1.6" }
  "tezos-sapling-parameters" { >= "1.1.0" }
  "tezt" { with-test & >= "3.1.1" }
  "octez-alcotezt" {with-test}
]
x-opam-monorepo-opam-provided: [
  "tezos-rust-libs"
  "tezos-sapling-parameters"
]
build: [["rm" "-r" "vendors" "contrib"] ["dune" "build" "-p" name "-j" jobs]]
synopsis: "OCaml library for the Sapling protocol, using librustzcash"
back to top