https://gitlab.com/tezos/tezos
Raw File
Tip revision: 8e133bdeb26a65c3c24df55afb8cfb97ee555809 authored by Gabriel Moise on 07 March 2024, 10:45:23 UTC
WIP: add some code that should trigger semgrep linter errors
Tip revision: 8e133bd
tezos-benchmark-type-inference-alpha.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" { = version }
  "tezos-micheline-rewriting" { = version }
  "tezos-protocol-alpha" { = version }
  "hashcons"
  "octez-protocol-alpha-libs" { with-test & = version }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: type inference for partial Michelson expressions"
back to top