From 767c3887d70b28fa5112a07b473932370aa94929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Ferreira?= Date: Sat, 3 Oct 2020 23:55:51 +0100 Subject: [PATCH] build: remove dub.sdl leftover MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Ferreira --- dub.sdl | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 dub.sdl diff --git a/dub.sdl b/dub.sdl deleted file mode 100644 index cb105d8..0000000 --- a/dub.sdl +++ /dev/null @@ -1,18 +0,0 @@ -name "drepl" -description "A D interpreter." -authors "Martin Nowak" -copyright "Copyright © 2014-2016, DREPL team" -license "BSL-1.0" -dependency "libdparse" version=">=0.7.1-beta.6 <0.8.0-0" -dependency "colorize" version="~>1.0.5" -lflags "-l:libphobos2.so" "-ldl" platform="linux-dmd" -configuration "console" { - dependency "linenoise" version="~>1.1.0" - subConfiguration "linenoise" "vendored" - targetType "executable" - mainSourceFile "src/console.d" -} -configuration "library" { - targetType "library" - excludedSourceFiles "src/console.d" -}