Skip to content

Commit

Permalink
+tezos-baking-alpha-commands
Browse files Browse the repository at this point in the history
  • Loading branch information
pirbo committed Apr 16, 2020
1 parent b15649b commit c3414d7
Showing 1 changed file with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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: [
"tezos-tooling" { with-test & = version }
"dune" { >= "1.11" }
"tezos-baking-alpha" { = version }
]
build: [
["dune" "build" "-p" name "-j" jobs]
["mv" "src/proto_alpha/lib_delegate/%{name}%.install" "./"]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos/Protocol: protocol-specific commands for baking"

url {
src: "https://gitlab.com/tezos/tezos/-/archive/v7.0-rc1/tezos-v7.0-rc1.tar.bz2"
checksum: [
"sha256=89385ff254582d64b909bcd33f10068f1ba5fe8a47802bb0bcf983f30f7eb49b"
"sha512=413bb72b556de80fadfdf3278a6c674a471a614af6adf19c9b383cbc2ee0d081f0421156c92fa917808d47eccaed4a369fc9613a267d5f77a6c3b8e928e5f244"
]
}

0 comments on commit c3414d7

Please sign in to comment.