From 591b45ca8f99dbab1da966192c67f45354c1e34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 17 Aug 2015 19:05:57 +0200 Subject: [PATCH] Use a JSON package recipe for now. --- dub.json | 7 +++++++ dub.sdl | 5 ----- 2 files changed, 7 insertions(+), 5 deletions(-) create mode 100644 dub.json delete mode 100644 dub.sdl diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..f53bdd3 --- /dev/null +++ b/dub.json @@ -0,0 +1,7 @@ +{ + "name": "taggedalgebraic", + "description": "A \"tagged union\" implementation with transparent operator forwarding.", + "authors": ["Sönke Ludwig"], + "copyright": "Copyright © 2015, Sönke Ludiwg", + "license": "BSL-1.0" +} diff --git a/dub.sdl b/dub.sdl deleted file mode 100644 index 7f044a1..0000000 --- a/dub.sdl +++ /dev/null @@ -1,5 +0,0 @@ -name "taggedalgebraic" -description `A "tagged union" implementation with transparent operator forwarding.` -authors "Sönke Ludwig" -copyright "Copyright © 2015, Sönke Ludiwg" -license "BSL-1.0"