https://gitlab.com/tezos/tezos
Raw File
Tip revision: 2b3aa83209a7347d1dc81eed72ae6884eb26b63d authored by Julien Coolen on 22 February 2023, 11:18:58 UTC
DAL/crypto: fix wording in test
Tip revision: 2b3aa83
tezos-crypto.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-stdlib"
  "data-encoding" { >= "0.7.1" & < "1.0.0" }
  "tezos-lwt-result-stdlib"
  "lwt" { >= "5.6.0" }
  "tezos-hacl"
  "secp256k1-internal" { >= "0.4.0" }
  "tezos-error-monad"
  "tezos-rpc"
  "aches" { >= "1.0.0" }
  "zarith" { >= "1.12" & < "1.13" }
  "zarith_stubs_js"
  "bls12-381" { >= "5.0.0" & < "5.1.0" }
  "bls12-381-signature" { = "1.0.0" }
  "alcotest" { with-test & >= "1.5.0" }
  "qcheck-alcotest" { with-test & >= "0.20" }
  "tezos-test-helpers" {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 with all the cryptographic primitives used by Tezos"
back to top