https://gitlab.com/tezos/tezos
Revision f30694ba1f00dc2971797d502fcc5831352b15c5 authored by Emma Turner on 16 May 2023, 21:12:24 UTC, committed by Emma Turner on 22 May 2023, 09:55:22 UTC
1 parent fbb11c1
Raw File
Tip revision: f30694ba1f00dc2971797d502fcc5831352b15c5 authored by Emma Turner on 16 May 2023, 21:12:24 UTC
WIP - more
Tip revision: f30694b
octez-plonk.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" }
  "ppx_repr" { >= "0.6.0" }
  "repr"
  "hacl-star" { >= "0.7.0" & < "0.8" }
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "octez-bls12-381-polynomial"
  "octez-plompiler"
  "logs"
  "octez-distributed-lwt-internal"
  "qcheck-alcotest" { >= "0.20" }
  "bls12-381" { >= "6.1.0" & < "6.2.0" }
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Plonk zero-knowledge proving system"
back to top