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"