From 590d658722102952d11f940c5661fb59103691a7 Mon Sep 17 00:00:00 2001 From: Chris Jensen Date: Sat, 2 May 2020 15:52:29 +0100 Subject: [PATCH] Added constraints to opam file to ensure it builds --- oraft.opam | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/oraft.opam b/oraft.opam index 02dc078..709cf17 100644 --- a/oraft.opam +++ b/oraft.opam @@ -14,6 +14,16 @@ build: [ "dune" "build" "-j" jobs "-p" name "@install" ] depends: [ "dune" {build & >= "1.3.0"} "batteries" {>= "2.8.0"} + "base64" {< "3.0.0"} + "cmdliner" + "extprot" + "fmt" + "logs" + "lwt" + "lwt_ppx" + "tls" + "x509" + "extprot" ] synopsis: "Implementation of Raft consensus algorithm" description: """