https://gitlab.com/tezos/tezos
Revision 7f699ace95b5a763316375b4bb885cb83aa3488f authored by lykimq on 10 November 2022, 02:02:47 UTC, committed by lykimq on 10 November 2022, 02:03:31 UTC
1 parent 6fc0797
Raw File
Tip revision: 7f699ace95b5a763316375b4bb885cb83aa3488f authored by lykimq on 10 November 2022, 02:02:47 UTC
Python/Test: remove contract entrypoints tests
Tip revision: 7f699ac
mandatory-for-make.opam
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: [
  "ledgerwallet-tezos"
]
synopsis: "Forces install of ledgerwallet-tezos by make build-deps"
back to top