From c0c55129023f06579fa992e1eb94ba35d2104f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Ludwig?= Date: Mon, 4 Jul 2016 11:18:58 +0200 Subject: [PATCH] Convert package recipe to SDLang. --- dub.json | 7 ------- dub.sdl | 5 +++++ 2 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 dub.json create mode 100644 dub.sdl diff --git a/dub.json b/dub.json deleted file mode 100644 index f53bdd3..0000000 --- a/dub.json +++ /dev/null @@ -1,7 +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" -} diff --git a/dub.sdl b/dub.sdl new file mode 100644 index 0000000..7f044a1 --- /dev/null +++ b/dub.sdl @@ -0,0 +1,5 @@ +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"