Use a JSON package recipe for now.
This commit is contained in:
parent
d02baa57ac
commit
591b45ca8f
2 changed files with 7 additions and 5 deletions
7
dub.json
Normal file
7
dub.json
Normal 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"
|
||||
}
|
5
dub.sdl
5
dub.sdl
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue