summaryrefslogtreecommitdiffhomepage
path: root/views
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-19 21:27:17 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 21:55:43 -0500
commitda6f5d079e01906fb5dc558390659557a869df8f (patch)
tree35b99248cf1ba78b52474bea960f92984ff721c7 /views
parentsort how you want this to be (diff)
nix flake, things nix
Diffstat (limited to 'views')
-rw-r--r--views/version.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/views/version.txt b/views/version.txt
new file mode 100644
index 0000000..bbcb4f9
--- /dev/null
+++ b/views/version.txt
@@ -0,0 +1,17 @@
+/+ obt - org-mode generated file +/
+struct Version {
+ int major;
+ int minor;
+ int patch;
+}
+enum _ver = Version(0, 12, 0);
+version (Posix) {
+ version (DigitalMars) {
+ } else version (LDC) {
+ } else version (GNU) {
+ } else {
+ static assert (0, "Unsupported D compiler");
+ }
+} else {
+ static assert (0, "Unsupported D compiler");
+}