https://gitlab.com/tezos/tezos
Raw File
Tip revision: 0b0387dcf4237e7c594041d6729ccd9e62b6bf3d authored by Emma Turner on 21 March 2024, 12:52:22 UTC
RISC-V: implement fclass.* instructions
Tip revision: 0b0387d
tezos-tooling.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" }
  "bisect_ppx" { >= "2.7.0" }
  "ocamlformat" { = "0.24.1" }
  "base-unix"
  "num"
  "re" { >= "1.10.0" }
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: tooling for the project"
back to top