swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 5d421adf8f1183c424c2a7644a7bc46fb1823b1d authored by X on 21 February 2022, 13:38:34 UTC
Michelson: event types and emission
Tip revision: 5d421ad
tezos-store.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" }
  "tezos-shell-services"
  "tezos-base"
  "tezos-version"
  "index" { >= "1.6.0" & < "1.7.0" }
  "irmin-pack" { >= "3.2.2" & < "3.3.0" }
  "tezos-context"
  "tezos-validation"
  "tezos-protocol-updater"
  "tezos-stdlib-unix"
  "tezos-stdlib"
  "lwt-watcher" { = "0.2" }
  "ringo-lwt" { >= "0.9" }
  "camlzip" { >= "1.11" & < "1.12" }
  "tar"
  "tar-unix" { = "2.0.0" }
  "prometheus"
  "tezos-embedded-protocol-demo-noops" {with-test}
  "tezos-embedded-protocol-genesis" {with-test}
  "tezos-embedded-protocol-alpha" {with-test}
  "tezos-protocol-alpha" {with-test}
  "tezos-protocol-plugin-alpha" {with-test}
  "alcotest-lwt" { with-test & >= "1.5.0" }
  "tezos-test-helpers" {with-test}
  "tezos-test-helpers-extra" {with-test}
]
build: [
  ["rm" "-r" "vendors"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: store for `tezos-node`"
back to top