swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: f01c4a16f936def960ce21d60b683417d0bc96e3 authored by iguerNL@Functori on 31 January 2024, 07:55:00 UTC
fixup! to merge at the end: re-enable warning for History V2
Tip revision: f01c4a1
octez-protocol-002-PsYLVpVv-libs.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" }
  "octez-libs"
  "octez-shell-libs"
  "tezos-protocol-002-PsYLVpVv"
  "uri" { >= "3.1.0" }
  "octez-proto-libs"
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Octez protocol 002-PsYLVpVv libraries"
back to top