aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/meta/package.d
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-07-13 07:44:03 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit22cea68385b57a1593f5751e49cfdd41d8067997 (patch)
tree9e61339eb58679977c24962b1cfd2f50aa7f2998 /src/sdp/meta/package.d
parentsdl 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.d17
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;