From 005da5991a444c50c292458ce7ee5f116e398d94 Mon Sep 17 00:00:00 2001 From: Fardale Date: Sun, 20 Oct 2019 01:10:21 +0200 Subject: [PATCH] clean dependencies --- ocluster.opam | 3 +-- src/dune | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/ocluster.opam b/ocluster.opam index 564ffff..cfa0d41 100644 --- a/ocluster.opam +++ b/ocluster.opam @@ -5,13 +5,12 @@ dev-repo: "git+https://gitlab.crans.org/arrighi/ocluster.git" license: "MIT" version: "0.1.2" depends: [ - "dune" {build} + "dune" "containers" "atdgen" "lwt" "lwt_ppx" "cmdliner" - "base-unix" "logs" "fmt" ] diff --git a/src/dune b/src/dune index 18a5a75..55468ae 100644 --- a/src/dune +++ b/src/dune @@ -15,7 +15,7 @@ (executable (name ocluster) (public_name ocluster) - (libraries containers containers.data atdgen lwt.unix lwt cmdliner unix logs - logs.lwt logs.fmt logs.cli fmt fmt.cli fmt.tty) + (libraries containers containers.data atdgen lwt.unix lwt cmdliner logs.lwt + logs.fmt logs.cli fmt.cli fmt.tty) (preprocess (pps lwt_ppx))) -- GitLab