aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ext_depends/D-YAML/dub.json
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-06-04 20:24:27 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-06-04 20:24:27 -0400
commit7973da975eac7cf5155a140e4cb4f68d5cbb1eb9 (patch)
tree447a05d248c217b75b97c497d0a172204eeb8d7f /src/ext_depends/D-YAML/dub.json
parentnix use overlays when convenient (diff)
make set_depends (dyaml update)
Diffstat (limited to 'src/ext_depends/D-YAML/dub.json')
-rw-r--r--src/ext_depends/D-YAML/dub.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ext_depends/D-YAML/dub.json b/src/ext_depends/D-YAML/dub.json
index 07ee17e..601f902 100644
--- a/src/ext_depends/D-YAML/dub.json
+++ b/src/ext_depends/D-YAML/dub.json
@@ -11,12 +11,24 @@
},
"homepage": "https://github.com/dlang-community/D-YAML",
"copyright": "Copyright © 2011-2018, Ferdinand Majerech",
+ "configurations": [
+ { "name": "library" },
+ { "name": "unittest" },
+ {
+ "name": "unittest-dip1000",
+ "dflags": [ "-preview=dip1000" ],
+ "dependencies": {
+ "tinyendian": { "version": "*", "dflags" : [ "-preview=dip1000" ] },
+ }
+ }
+ ],
"subPackages": [
"examples/constructor",
"examples/getting_started",
"examples/representer",
"examples/resolver",
"examples/tojson",
+ "examples/tokens",
"examples/yaml_bench",
"examples/yaml_gen",
"examples/yaml_stats",