https://gitlab.com/tezos/tezos
Raw File
Tip revision: 486ce39410725d0903fe22c52c54cadfc42f45ce authored by Hantang Sun on 15 March 2024, 11:44:37 UTC
WIP
Tip revision: 486ce39
tezos-dac-lib-test.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.11.1" }
  "ocaml" { >= "4.14" }
  "tezt" { with-test & >= "4.0.0" & < "5.0.0" }
  "octez-libs" {with-test}
  "tezos-dac-lib" {with-test}
  "octez-alcotezt" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Test for dac lib"
back to top