Use a JSON package recipe for now.

This commit is contained in:
Sönke Ludwig 2015-08-17 19:05:57 +02:00
parent d02baa57ac
commit 591b45ca8f
2 changed files with 7 additions and 5 deletions

7
dub.json Normal file
View file

@ -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"
}

View file

@ -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"