Convert package recipe to SDLang.
This commit is contained in:
parent
a0415ed13c
commit
c0c5512902
2 changed files with 5 additions and 7 deletions
7
dub.json
7
dub.json
|
@ -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"
|
||||
}
|
5
dub.sdl
Normal file
5
dub.sdl
Normal file
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue