Revision 772907364207424050d9e5c45617fdcf75529969 authored by Vincent Botbol on 15 May 2019, 20:39:09 UTC, committed by Vincent Botbol on 15 May 2019, 20:50:54 UTC
1 parent 38e4ae8
Raw File
tezos-embedded-protocol-demo.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: [
  "ocamlfind" { build }
  "dune" { build & >= "1.7" }
  "tezos-protocol-compiler"
  "tezos-protocol-updater"
]
build: [
  [ "%{tezos-protocol-compiler:lib}%/replace"
      "%{tezos-protocol-compiler:lib}%/dune_protocol.template"
      "dune" "demo" ]
  [ "dune" "build" "-p" name "-j" jobs ]
]
run-test: [
  [ "dune" "runtest" "-p" name "-j" jobs ]
]
synopsis: "Tezos/Protocol: demo (economic-protocol definition, embedded in `tezos-node`)"
back to top