aboutsummaryrefslogtreecommitdiffhomepage
path: root/subprojects/README
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2020-05-12 17:11:53 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2020-05-21 11:51:58 -0400
commit6a5c473653f03aee818d835b53ca30b62a3be6c7 (patch)
treedfec2ef22a834f5c2a7003a4884bb7c7a8288609 /subprojects/README
parentdoc abstraction, code & org whitespace, cosmetic (diff)
meson using subproject directory, not dub directly
- will not work until meson.build files in - d2sqlite3 - imageformats (request adding upstream) - dyaml and its dependency tinyendian already provide their meson.build (should probably revert to meson dub until resolved) - based on 1468425 meson build (no issue now with imagefomats using 7.0.2)
Diffstat (limited to 'subprojects/README')
-rw-r--r--subprojects/README22
1 files changed, 22 insertions, 0 deletions
diff --git a/subprojects/README b/subprojects/README
new file mode 100644
index 0000000..c4d9dcc
--- /dev/null
+++ b/subprojects/README
@@ -0,0 +1,22 @@
+- d2sqlite3
+ - dub
+ - https://code.dlang.org/packages/d2sqlite3
+ - upstream
+ - https://github.com/biozic/d2sqlite3
+- dyaml
+ - dub
+ - https://code.dlang.org/packages/dyaml
+ - upstream
+ - https://github.com/dlang-community/D-YAML
+ - upstream git clone
+ - https://github.com/dlang-community/D-YAML.git
+- imageformats
+ - dub
+ - https://code.dlang.org/packages/imageformats
+ - upstream git clone
+ - https://github.com/lgvz/imageformats
+- tinyendian (dyaml dependency)
+ - dub
+ - http://code.dlang.org/packages/tinyendian
+ - upstream git clone
+ - https://github.com/dlang-community/tinyendian.git