Revision 64100bffe490dae038419870f8041a0ff9958da6 authored by Solomon Lederer on 06 December 2022, 15:26:13 UTC, committed by Marge Bot on 06 December 2022, 15:26:13 UTC
1 parent caba672
Raw File
tezos-lwt-result-stdlib.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.12" }
  "lwt" { >= "5.6.0" }
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "qcheck-alcotest" { with-test & >= "0.18" }
  "tezos-test-helpers" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] { with-test & arch != "arm32" & arch != "x86_32" }
]
synopsis: "Tezos: error-aware stdlib replacement"
back to top