taggedalgebraic/dub.sdl

11 lines
303 B
Plaintext
Raw Permalink Normal View History

2016-07-04 09:18:58 +00:00
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"
buildType "unittest" {
buildOptions "unittests" "debugMode" "debugInfo"
dflags "-preview=dip1000"
}