diff --git a/package.d b/package.d new file mode 100644 index 0000000..f95353a --- /dev/null +++ b/package.d @@ -0,0 +1,8 @@ +/++ + This package contains a variety of independent modules that I have + written over my years of using D. + + You can usually use them independently, with few or no dependencies, + so it is easy to use raw, or you can use dub packages as well. ++/ +module arsd;