From 78da105ef34c6026463546f46ce4788b6e5cbdec Mon Sep 17 00:00:00 2001 From: Yaron Date: Fri, 11 Aug 2023 22:50:49 +0700 Subject: [PATCH] Don't compile unnecessary OCaml dependencies. --- scilla.opam | 5 ----- 1 file changed, 5 deletions(-) diff --git a/scilla.opam b/scilla.opam index e0f3595f5..f4df53f04 100644 --- a/scilla.opam +++ b/scilla.opam @@ -11,14 +11,9 @@ depends: [ "bitstring" {>= "3.1.0" & < "4.2~"} "camlp-streams" {>= "5.0.1" & < "5.1~"} "cmdliner" {>= "1.1.1" & < "1.2~"} - "conf-boost" - "conf-cmake" {build} "conf-gcc" {build} "conf-gmp" "conf-g++" {build} - "conf-libffi" - "conf-libpcre" - "conf-m4" {build} "conf-openssl" "conf-pkg-config" {build} "conf-secp256k1"