diff --git a/opam/tezos-smart-rollup-016-PtMumbai.opam b/opam/tezos-smart-rollup-016-PtMumbai.opam new file mode 100644 index 0000000000000000000000000000000000000000..9f4fc25da4784b18e81d2009c0adf8734fe12799 --- /dev/null +++ b/opam/tezos-smart-rollup-016-PtMumbai.opam @@ -0,0 +1,24 @@ +# 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.0" } + "ppx_expect" + "tezos-base" + "tezos-protocol-016-PtMumbai" + "tezos-protocol-plugin-016-PtMumbai" + "tezos-rpc" + "tezos-injector-016-PtMumbai" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-smart-rollup`" diff --git a/opam/tezos-smart-rollup-alpha.opam b/opam/tezos-smart-rollup-alpha.opam new file mode 100644 index 0000000000000000000000000000000000000000..1cf36123b271dae03ab65942afaaef5ec2825362 --- /dev/null +++ b/opam/tezos-smart-rollup-alpha.opam @@ -0,0 +1,24 @@ +# 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.0" } + "ppx_expect" + "tezos-base" + "tezos-protocol-alpha" + "tezos-protocol-plugin-alpha" + "tezos-rpc" + "tezos-injector-alpha" +] +build: [ + ["rm" "-r" "vendors"] + ["dune" "build" "-p" name "-j" jobs] + ["dune" "runtest" "-p" name "-j" jobs] {with-test} +] +synopsis: "Tezos/Protocol: protocol specific library for `tezos-smart-rollup`"