https://gitlab.com/tezos/tezos
Revision b247ca3844bb31cb1978e83864c75443e078b449 authored by Julien Coolen on 17 May 2023, 09:43:39 UTC, committed by Julien Coolen on 23 June 2023, 15:50:06 UTC
1 parent 00d3e47
Raw File
Tip revision: b247ca3844bb31cb1978e83864c75443e078b449 authored by Julien Coolen on 17 May 2023, 09:43:39 UTC
proto/zk_reveal: Unit test partial reveal proof
Tip revision: b247ca3
tezos-p2p.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.0" }
  "ocaml" { >= "4.14" }
  "lwt-watcher" { = "0.2" }
  "lwt-canceler" { >= "0.3" & < "0.4" }
  "ringo" { >= "1.0.0" }
  "aches" { >= "1.0.0" }
  "tezos-base"
  "tezos-stdlib-unix"
  "tezos-stdlib"
  "tezos-p2p-services"
  "tezos-version"
  "prometheus" { >= "1.2" }
  "tezt" { >= "3.1.1" }
  "tezos-test-helpers" {with-test}
  "tezos-base-test-helpers" {with-test}
  "tezos-event-logging-test-helpers" {with-test}
  "tezt-tezos" {with-test}
  "octez-alcotezt" {with-test}
  "astring" {with-test}
]
build: [
  ["rm" "-r" "vendors" "contrib"]
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
synopsis: "Tezos: library for a pool of P2P connections"
back to top