https://gitlab.com/tezos/tezos
Raw File
Tip revision: 4f23283efc27bdf47f5f4eb2291bcf85523706d3 authored by Ilias Garnier on 18 July 2023, 12:08:17 UTC
tezt/dal: fix tests
Tip revision: 4f23283
octez-bls12-381-hash.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" }
  "bls12-381" { >= "6.1.0" & < "6.2.0" }
  "bisect_ppx" { >= "2.7.0" }
  "tezt" { with-test & >= "3.1.1" }
  "octez-alcotezt" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Implementation of some cryptographic hash primitives using the scalar field of BLS12-381"
back to top