diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-07-13 07:44:03 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 22cea68385b57a1593f5751e49cfdd41d8067997 (patch) | |
tree | 9e61339eb58679977c24962b1cfd2f50aa7f2998 /src/sdp/meta/package.d | |
parent | sdl extract and composite conf (make) (diff) |
0.18.0 rename meta from ao (considered adr)
Diffstat (limited to 'src/sdp/meta/package.d')
-rw-r--r-- | src/sdp/meta/package.d | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/sdp/meta/package.d b/src/sdp/meta/package.d new file mode 100644 index 0000000..fcc6b13 --- /dev/null +++ b/src/sdp/meta/package.d @@ -0,0 +1,17 @@ +module sdp.meta; +public import + sdp.meta.defaults, + sdp.meta.rgx; +/+ std +/ +public import + std.array, + std.exception, + std.range, + std.regex, + std.stdio, + std.string, + std.traits, + std.typecons, + // std.uni, + std.utf, + std.conv : to; |