From 47bff1c8a3defeabdf18453142cfb7ac5c4b2440 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 1 Aug 2021 07:07:38 -0400 Subject: ext_depends updates: d-yaml & d2sqlite3 --- dub_describe.json | 2510 ----------------------------------------------------- 1 file changed, 2510 deletions(-) (limited to 'dub_describe.json') diff --git a/dub_describe.json b/dub_describe.json index 58efb97..e69de29 100644 --- a/dub_describe.json +++ b/dub_describe.json @@ -1,2510 +0,0 @@ -{ - "rootPackage": "spine", - "configuration": "default", - "buildType": "debug", - "compiler": "ldc", - "architecture": [ - "x86_64" - ], - "platform": [ - "linux", - "posix" - ], - "packages": [ - { - "path": "./", - "name": "spine", - "version": "0.11.3", - "description": "a sisu like document parser", - "homepage": "https://sisudoc.org", - "authors": [ - "Ralph Amissah" - ], - "copyright": "Copyright © 2015 - 2021 Ralph Amissah", - "license": "AGPL-3.0+", - "dependencies": [ - "spine:d2sqlite3", - "spine:dyaml", - "spine:imageformats" - ], - "active": true, - "configuration": "default", - "targetType": "executable", - "targetPath": "./bin", - "targetName": "spine", - "targetFileName": "spine", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [], - "debugVersions": [], - "importPaths": [ - "src/" - ], - "stringImportPaths": [ - "./views" - ], - "preGenerateCommands": [], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "buildRequirements": [ - "allowWarnings" - ], - "options": [], - "files": [ - { - "role": "import_", - "path": "src/build_depends/dub2nix/src/dub2nix.d" - }, - { - "role": "source", - "path": "src/doc_reform/conf/compile_time_info.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_in/paths_source.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_in/read_config_files.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_in/read_source_files.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/cgi_sqlite_search_form.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/create_zip_file.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/defaults.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/epub3.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/html.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/hub.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/latex.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/metadata.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/odt.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/package.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/paths_output.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/rgx.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/source_pod.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/sqlite.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/xmls.d" - }, - { - "role": "source", - "path": "src/doc_reform/io_out/xmls_css.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/conf_make_meta_json.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/conf_make_meta_structs.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/conf_make_meta_yaml.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/defaults.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/doc_debugs.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_from_src.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_harvest.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_harvests_authors.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_harvests_topics.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_object_setter.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_show_config.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_show_make.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_show_metadata.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/metadoc_show_summary.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/package.d" - }, - { - "role": "source", - "path": "src/doc_reform/meta/rgx.d" - }, - { - "role": "source", - "path": "src/doc_reform/share/defaults.d" - }, - { - "role": "source", - "path": "src/doc_reform/spine.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/constructor/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/getting_started/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/representer/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/resolver/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/tojson/source/app.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_bench/yaml_bench.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_gen/yaml_gen.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_stats/yaml_stats.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/composer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/dumper.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/encoding.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/escapes.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/event.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/exception.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/linebreak.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/loader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/node.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/parser.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/queue.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/scanner.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/serializer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/style.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/tagdirective.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/common.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/compare.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/errors.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/tokens.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/token.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/testsuite/source/app.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/composer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/dumper.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/encoding.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/escapes.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/event.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/exception.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/linebreak.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/loader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/node.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/parser.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/queue.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/scanner.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/serializer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/style.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/tagdirective.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/common.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/compare.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/errors.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/inputoutput.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/tokens.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/token.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/database.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/library.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/results.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/sqlite3.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/tests.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/bmp.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/jpeg.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/png.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/tga.d" - }, - { - "role": "import_", - "path": "src/ext_depends/tinyendian/source/tinyendian.d" - }, - { - "role": "stringImport", - "path": "views/version.txt" - } - ] - }, - { - "path": "./", - "name": "spine:d2sqlite3", - "version": "0.11.3", - "description": "A thin wrapper around SQLite 3", - "homepage": "https://github.com/dlang-community/d2sqlite3", - "authors": [ - "Nicolas Sicard", - "Other contributors: see Github repo" - ], - "copyright": "Copyright 2011-18 Nicolas Sicard", - "license": "BSL-1.0", - "dependencies": [], - "active": true, - "configuration": "with-lib", - "targetType": "library", - "targetPath": "", - "targetName": "spine_d2sqlite3", - "targetFileName": "libspine_d2sqlite3.a", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [ - "sqlite3" - ], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [], - "debugVersions": [], - "importPaths": [ - "src/" - ], - "stringImportPaths": [ - "views" - ], - "preGenerateCommands": [], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "buildRequirements": [], - "options": [], - "files": [ - { - "role": "import_", - "path": "src/build_depends/dub2nix/src/dub2nix.d" - }, - { - "role": "import_", - "path": "src/doc_reform/conf/compile_time_info.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_in/paths_source.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_in/read_config_files.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_in/read_source_files.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/cgi_sqlite_search_form.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/create_zip_file.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/defaults.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/epub3.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/html.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/hub.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/latex.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/metadata.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/odt.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/package.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/paths_output.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/rgx.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/source_pod.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/sqlite.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/xmls.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/xmls_css.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/conf_make_meta_json.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/conf_make_meta_structs.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/conf_make_meta_yaml.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/defaults.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/doc_debugs.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_from_src.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_harvest.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_harvests_authors.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_harvests_topics.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_object_setter.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_config.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_make.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_metadata.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_summary.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/package.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/rgx.d" - }, - { - "role": "import_", - "path": "src/doc_reform/share/defaults.d" - }, - { - "role": "import_", - "path": "src/doc_reform/spine.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/constructor/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/getting_started/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/representer/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/resolver/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/tojson/source/app.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_bench/yaml_bench.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_gen/yaml_gen.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_stats/yaml_stats.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/composer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/dumper.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/encoding.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/escapes.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/event.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/exception.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/linebreak.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/loader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/node.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/parser.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/queue.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/scanner.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/serializer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/style.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/tagdirective.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/common.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/compare.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/errors.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/tokens.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/token.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/testsuite/source/app.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/composer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/dumper.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/encoding.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/escapes.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/event.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/exception.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/linebreak.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/loader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/node.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/parser.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/queue.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/scanner.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/serializer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/style.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/tagdirective.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/common.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/compare.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/errors.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/inputoutput.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/tokens.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/token.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/database.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/library.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/package.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/results.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/sqlite3.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d" - }, - { - "role": "source", - "path": "src/ext_depends/d2sqlite3/source/tests.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/bmp.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/jpeg.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/png.d" - }, - { - "role": "import_", - "path": "src/ext_depends/imageformats/imageformats/tga.d" - }, - { - "role": "import_", - "path": "src/ext_depends/tinyendian/source/tinyendian.d" - }, - { - "role": "stringImport", - "path": "views/version.txt" - } - ] - }, - { - "path": "./", - "name": "spine:dyaml", - "version": "0.11.3", - "description": "YAML parser and emitter", - "homepage": "https://github.com/dlang-community/D-YAML", - "authors": [ - "Ferdinand Majerech", - "Cameron \"Herringway\" Ross" - ], - "copyright": "Copyright © 2011-2018, Ferdinand Majerech", - "license": "BSL-1.0", - "dependencies": [], - "active": true, - "configuration": "library", - "targetType": "library", - "targetPath": "", - "targetName": "spine_dyaml", - "targetFileName": "libspine_dyaml.a", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [], - "debugVersions": [], - "importPaths": [ - "./src/ext_depends/D-YAML/source/dyaml", - "./src/ext_depends/tinyendian/source" - ], - "stringImportPaths": [ - "views" - ], - "preGenerateCommands": [ - "rm -rf ./src/ext_depends/D-YAML/examples", - "rm -rf ./src/ext_depends/D-YAML/testsuite" - ], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "buildRequirements": [], - "options": [], - "files": [ - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/composer.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/constructor.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/dumper.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/emitter.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/encoding.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/escapes.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/event.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/exception.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/linebreak.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/loader.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/node.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/package.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/parser.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/queue.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/reader.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/representer.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/resolver.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/scanner.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/serializer.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/style.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/tagdirective.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/common.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/compare.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/constructor.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/emitter.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/errors.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/reader.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/representer.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/resolver.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/test/tokens.d" - }, - { - "role": "source", - "path": "src/ext_depends/D-YAML/source/dyaml/token.d" - }, - { - "role": "source", - "path": "src/ext_depends/tinyendian/source/tinyendian.d" - }, - { - "role": "stringImport", - "path": "views/version.txt" - } - ] - }, - { - "path": "./", - "name": "spine:imageformats", - "version": "0.11.3", - "description": "Decoders for PNG, TGA, BMP, JPEG and encoders for PNG, TGA, BMP.", - "homepage": "", - "authors": [ - "Tero Hänninen" - ], - "copyright": "", - "license": "BSL-1.0", - "dependencies": [], - "active": true, - "configuration": "library", - "targetType": "library", - "targetPath": "", - "targetName": "spine_imageformats", - "targetFileName": "libspine_imageformats.a", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [], - "debugVersions": [], - "importPaths": [ - "src/" - ], - "stringImportPaths": [ - "views" - ], - "preGenerateCommands": [], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "buildRequirements": [], - "options": [], - "files": [ - { - "role": "import_", - "path": "src/build_depends/dub2nix/src/dub2nix.d" - }, - { - "role": "import_", - "path": "src/doc_reform/conf/compile_time_info.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_in/paths_source.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_in/read_config_files.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_in/read_source_files.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/cgi_sqlite_search_form.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/create_zip_file.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/defaults.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/epub3.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/html.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/hub.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/latex.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/metadata.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/odt.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/package.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/paths_output.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/rgx.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/source_pod.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/sqlite.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/xmls.d" - }, - { - "role": "import_", - "path": "src/doc_reform/io_out/xmls_css.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/conf_make_meta_json.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/conf_make_meta_structs.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/conf_make_meta_yaml.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/defaults.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/doc_debugs.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_from_src.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_harvest.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_harvests_authors.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_harvests_topics.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_object_setter.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_config.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_make.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_metadata.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/metadoc_show_summary.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/package.d" - }, - { - "role": "import_", - "path": "src/doc_reform/meta/rgx.d" - }, - { - "role": "import_", - "path": "src/doc_reform/share/defaults.d" - }, - { - "role": "import_", - "path": "src/doc_reform/spine.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/constructor/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/getting_started/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/representer/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/resolver/main.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/tojson/source/app.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_bench/yaml_bench.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_gen/yaml_gen.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/examples/yaml_stats/yaml_stats.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/composer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/dumper.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/encoding.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/escapes.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/event.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/exception.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/linebreak.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/loader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/node.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/parser.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/queue.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/scanner.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/serializer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/style.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/tagdirective.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/common.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/compare.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/errors.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/test/tokens.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/source/dyaml/token.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML/testsuite/source/app.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/composer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/dumper.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/encoding.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/escapes.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/event.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/exception.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/linebreak.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/loader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/node.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/parser.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/queue.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/scanner.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/serializer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/style.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/tagdirective.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/common.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/compare.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/constructor.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/emitter.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/errors.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/inputoutput.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/reader.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/representer.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/resolver.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/test/tokens.d" - }, - { - "role": "import_", - "path": "src/ext_depends/D-YAML_/source/dyaml/token.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/database.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/library.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/package.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/results.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/sqlite3.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d" - }, - { - "role": "import_", - "path": "src/ext_depends/d2sqlite3/source/tests.d" - }, - { - "role": "source", - "path": "src/ext_depends/imageformats/imageformats/bmp.d" - }, - { - "role": "source", - "path": "src/ext_depends/imageformats/imageformats/jpeg.d" - }, - { - "role": "source", - "path": "src/ext_depends/imageformats/imageformats/package.d" - }, - { - "role": "source", - "path": "src/ext_depends/imageformats/imageformats/png.d" - }, - { - "role": "source", - "path": "src/ext_depends/imageformats/imageformats/tga.d" - }, - { - "role": "import_", - "path": "src/ext_depends/tinyendian/source/tinyendian.d" - }, - { - "role": "stringImport", - "path": "views/version.txt" - } - ] - } - ], - "targets": [ - { - "rootPackage": "spine", - "packages": [ - "spine" - ], - "rootConfiguration": "default", - "buildSettings": { - "targetType": 2, - "targetPath": "./bin", - "targetName": "spine", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [ - "sqlite3" - ], - "linkerFiles": [ - "./libspine_d2sqlite3.a", - "./libspine_dyaml.a", - "./libspine_imageformats.a" - ], - "sourceFiles": [ - "./src/doc_reform/conf/compile_time_info.d", - "./src/doc_reform/io_in/paths_source.d", - "./src/doc_reform/io_in/read_config_files.d", - "./src/doc_reform/io_in/read_source_files.d", - "./src/doc_reform/io_out/cgi_sqlite_search_form.d", - "./src/doc_reform/io_out/create_zip_file.d", - "./src/doc_reform/io_out/defaults.d", - "./src/doc_reform/io_out/epub3.d", - "./src/doc_reform/io_out/html.d", - "./src/doc_reform/io_out/hub.d", - "./src/doc_reform/io_out/latex.d", - "./src/doc_reform/io_out/metadata.d", - "./src/doc_reform/io_out/odt.d", - "./src/doc_reform/io_out/package.d", - "./src/doc_reform/io_out/paths_output.d", - "./src/doc_reform/io_out/rgx.d", - "./src/doc_reform/io_out/source_pod.d", - "./src/doc_reform/io_out/sqlite.d", - "./src/doc_reform/io_out/xmls.d", - "./src/doc_reform/io_out/xmls_css.d", - "./src/doc_reform/meta/conf_make_meta_json.d", - "./src/doc_reform/meta/conf_make_meta_structs.d", - "./src/doc_reform/meta/conf_make_meta_yaml.d", - "./src/doc_reform/meta/defaults.d", - "./src/doc_reform/meta/doc_debugs.d", - "./src/doc_reform/meta/metadoc.d", - "./src/doc_reform/meta/metadoc_from_src.d", - "./src/doc_reform/meta/metadoc_harvest.d", - "./src/doc_reform/meta/metadoc_harvests_authors.d", - "./src/doc_reform/meta/metadoc_harvests_topics.d", - "./src/doc_reform/meta/metadoc_object_setter.d", - "./src/doc_reform/meta/metadoc_show_config.d", - "./src/doc_reform/meta/metadoc_show_make.d", - "./src/doc_reform/meta/metadoc_show_metadata.d", - "./src/doc_reform/meta/metadoc_show_summary.d", - "./src/doc_reform/meta/package.d", - "./src/doc_reform/meta/rgx.d", - "./src/doc_reform/share/defaults.d", - "./src/doc_reform/spine.d" - ], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [ - "Have_spine", - "Have_spine_d2sqlite3", - "Have_spine_dyaml", - "Have_spine_imageformats" - ], - "debugVersions": [], - "versionFilters": [], - "debugVersionFilters": [], - "importPaths": [ - "./src/", - "./src/ext_depends/D-YAML/source/dyaml", - "./src/ext_depends/tinyendian/source" - ], - "stringImportPaths": [ - "./views" - ], - "importFiles": [ - "./src/build_depends/dub2nix/src/dub2nix.d", - "./src/ext_depends/D-YAML/source/dyaml/composer.d", - "./src/ext_depends/D-YAML/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML/source/dyaml/event.d", - "./src/ext_depends/D-YAML/source/dyaml/exception.d", - "./src/ext_depends/D-YAML/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML/source/dyaml/loader.d", - "./src/ext_depends/D-YAML/source/dyaml/node.d", - "./src/ext_depends/D-YAML/source/dyaml/package.d", - "./src/ext_depends/D-YAML/source/dyaml/parser.d", - "./src/ext_depends/D-YAML/source/dyaml/queue.d", - "./src/ext_depends/D-YAML/source/dyaml/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML/source/dyaml/style.d", - "./src/ext_depends/D-YAML/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML/source/dyaml/token.d", - "./src/ext_depends/D-YAML_/source/dyaml/composer.d", - "./src/ext_depends/D-YAML_/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML_/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML_/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML_/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML_/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML_/source/dyaml/event.d", - "./src/ext_depends/D-YAML_/source/dyaml/exception.d", - "./src/ext_depends/D-YAML_/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML_/source/dyaml/loader.d", - "./src/ext_depends/D-YAML_/source/dyaml/node.d", - "./src/ext_depends/D-YAML_/source/dyaml/package.d", - "./src/ext_depends/D-YAML_/source/dyaml/parser.d", - "./src/ext_depends/D-YAML_/source/dyaml/queue.d", - "./src/ext_depends/D-YAML_/source/dyaml/reader.d", - "./src/ext_depends/D-YAML_/source/dyaml/representer.d", - "./src/ext_depends/D-YAML_/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML_/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML_/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML_/source/dyaml/style.d", - "./src/ext_depends/D-YAML_/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML_/source/dyaml/token.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/database.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/library.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/package.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/results.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/sqlite3.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d", - "./src/ext_depends/d2sqlite3/source/tests.d", - "./src/ext_depends/imageformats/imageformats/bmp.d", - "./src/ext_depends/imageformats/imageformats/jpeg.d", - "./src/ext_depends/imageformats/imageformats/package.d", - "./src/ext_depends/imageformats/imageformats/png.d", - "./src/ext_depends/imageformats/imageformats/tga.d", - "./src/ext_depends/tinyendian/source/tinyendian.d" - ], - "stringImportFiles": [ - "./views/version.txt" - ], - "preGenerateCommands": [], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "requirements": {}, - "options": {} - }, - "dependencies": [ - "spine:d2sqlite3", - "spine:dyaml", - "spine:imageformats" - ], - "linkDependencies": [ - "spine:d2sqlite3", - "spine:dyaml", - "spine:imageformats" - ] - }, - { - "rootPackage": "spine:d2sqlite3", - "packages": [ - "spine:d2sqlite3" - ], - "rootConfiguration": "with-lib", - "buildSettings": { - "targetType": 6, - "targetPath": ".", - "targetName": "spine_d2sqlite3", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [ - "sqlite3" - ], - "linkerFiles": [], - "sourceFiles": [ - "./src/ext_depends/d2sqlite3/source/d2sqlite3/database.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/library.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/package.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/results.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/sqlite3.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d", - "./src/ext_depends/d2sqlite3/source/tests.d" - ], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [ - "Have_spine_d2sqlite3" - ], - "debugVersions": [], - "versionFilters": [], - "debugVersionFilters": [], - "importPaths": [ - "./src/" - ], - "stringImportPaths": [ - "./views" - ], - "importFiles": [ - "./src/build_depends/dub2nix/src/dub2nix.d", - "./src/doc_reform/conf/compile_time_info.d", - "./src/doc_reform/io_in/paths_source.d", - "./src/doc_reform/io_in/read_config_files.d", - "./src/doc_reform/io_in/read_source_files.d", - "./src/doc_reform/io_out/cgi_sqlite_search_form.d", - "./src/doc_reform/io_out/create_zip_file.d", - "./src/doc_reform/io_out/defaults.d", - "./src/doc_reform/io_out/epub3.d", - "./src/doc_reform/io_out/html.d", - "./src/doc_reform/io_out/hub.d", - "./src/doc_reform/io_out/latex.d", - "./src/doc_reform/io_out/metadata.d", - "./src/doc_reform/io_out/odt.d", - "./src/doc_reform/io_out/package.d", - "./src/doc_reform/io_out/paths_output.d", - "./src/doc_reform/io_out/rgx.d", - "./src/doc_reform/io_out/source_pod.d", - "./src/doc_reform/io_out/sqlite.d", - "./src/doc_reform/io_out/xmls.d", - "./src/doc_reform/io_out/xmls_css.d", - "./src/doc_reform/meta/conf_make_meta_json.d", - "./src/doc_reform/meta/conf_make_meta_structs.d", - "./src/doc_reform/meta/conf_make_meta_yaml.d", - "./src/doc_reform/meta/defaults.d", - "./src/doc_reform/meta/doc_debugs.d", - "./src/doc_reform/meta/metadoc.d", - "./src/doc_reform/meta/metadoc_from_src.d", - "./src/doc_reform/meta/metadoc_harvest.d", - "./src/doc_reform/meta/metadoc_harvests_authors.d", - "./src/doc_reform/meta/metadoc_harvests_topics.d", - "./src/doc_reform/meta/metadoc_object_setter.d", - "./src/doc_reform/meta/metadoc_show_config.d", - "./src/doc_reform/meta/metadoc_show_make.d", - "./src/doc_reform/meta/metadoc_show_metadata.d", - "./src/doc_reform/meta/metadoc_show_summary.d", - "./src/doc_reform/meta/package.d", - "./src/doc_reform/meta/rgx.d", - "./src/doc_reform/share/defaults.d", - "./src/doc_reform/spine.d", - "./src/ext_depends/D-YAML/examples/constructor/main.d", - "./src/ext_depends/D-YAML/examples/getting_started/main.d", - "./src/ext_depends/D-YAML/examples/representer/main.d", - "./src/ext_depends/D-YAML/examples/resolver/main.d", - "./src/ext_depends/D-YAML/examples/tojson/source/app.d", - "./src/ext_depends/D-YAML/examples/yaml_bench/yaml_bench.d", - "./src/ext_depends/D-YAML/examples/yaml_gen/yaml_gen.d", - "./src/ext_depends/D-YAML/examples/yaml_stats/yaml_stats.d", - "./src/ext_depends/D-YAML/source/dyaml/composer.d", - "./src/ext_depends/D-YAML/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML/source/dyaml/event.d", - "./src/ext_depends/D-YAML/source/dyaml/exception.d", - "./src/ext_depends/D-YAML/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML/source/dyaml/loader.d", - "./src/ext_depends/D-YAML/source/dyaml/node.d", - "./src/ext_depends/D-YAML/source/dyaml/package.d", - "./src/ext_depends/D-YAML/source/dyaml/parser.d", - "./src/ext_depends/D-YAML/source/dyaml/queue.d", - "./src/ext_depends/D-YAML/source/dyaml/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML/source/dyaml/style.d", - "./src/ext_depends/D-YAML/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML/source/dyaml/token.d", - "./src/ext_depends/D-YAML/testsuite/source/app.d", - "./src/ext_depends/D-YAML_/source/dyaml/composer.d", - "./src/ext_depends/D-YAML_/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML_/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML_/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML_/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML_/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML_/source/dyaml/event.d", - "./src/ext_depends/D-YAML_/source/dyaml/exception.d", - "./src/ext_depends/D-YAML_/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML_/source/dyaml/loader.d", - "./src/ext_depends/D-YAML_/source/dyaml/node.d", - "./src/ext_depends/D-YAML_/source/dyaml/package.d", - "./src/ext_depends/D-YAML_/source/dyaml/parser.d", - "./src/ext_depends/D-YAML_/source/dyaml/queue.d", - "./src/ext_depends/D-YAML_/source/dyaml/reader.d", - "./src/ext_depends/D-YAML_/source/dyaml/representer.d", - "./src/ext_depends/D-YAML_/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML_/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML_/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML_/source/dyaml/style.d", - "./src/ext_depends/D-YAML_/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML_/source/dyaml/token.d", - "./src/ext_depends/imageformats/imageformats/bmp.d", - "./src/ext_depends/imageformats/imageformats/jpeg.d", - "./src/ext_depends/imageformats/imageformats/package.d", - "./src/ext_depends/imageformats/imageformats/png.d", - "./src/ext_depends/imageformats/imageformats/tga.d", - "./src/ext_depends/tinyendian/source/tinyendian.d" - ], - "stringImportFiles": [ - "./views/version.txt" - ], - "preGenerateCommands": [], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "requirements": {}, - "options": {} - }, - "dependencies": [], - "linkDependencies": [] - }, - { - "rootPackage": "spine:dyaml", - "packages": [ - "spine:dyaml" - ], - "rootConfiguration": "library", - "buildSettings": { - "targetType": 6, - "targetPath": ".", - "targetName": "spine_dyaml", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [], - "linkerFiles": [], - "sourceFiles": [ - "./src/ext_depends/D-YAML/source/dyaml/composer.d", - "./src/ext_depends/D-YAML/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML/source/dyaml/event.d", - "./src/ext_depends/D-YAML/source/dyaml/exception.d", - "./src/ext_depends/D-YAML/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML/source/dyaml/loader.d", - "./src/ext_depends/D-YAML/source/dyaml/node.d", - "./src/ext_depends/D-YAML/source/dyaml/package.d", - "./src/ext_depends/D-YAML/source/dyaml/parser.d", - "./src/ext_depends/D-YAML/source/dyaml/queue.d", - "./src/ext_depends/D-YAML/source/dyaml/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML/source/dyaml/style.d", - "./src/ext_depends/D-YAML/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML/source/dyaml/token.d", - "./src/ext_depends/tinyendian/source/tinyendian.d" - ], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [ - "Have_spine_dyaml" - ], - "debugVersions": [], - "versionFilters": [], - "debugVersionFilters": [], - "importPaths": [ - "./src/ext_depends/D-YAML/source/dyaml", - "./src/ext_depends/tinyendian/source" - ], - "stringImportPaths": [ - "./views" - ], - "importFiles": [], - "stringImportFiles": [ - "./views/version.txt" - ], - "preGenerateCommands": [ - "rm -rf ./src/ext_depends/D-YAML/examples", - "rm -rf ./src/ext_depends/D-YAML/testsuite" - ], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "requirements": {}, - "options": {} - }, - "dependencies": [], - "linkDependencies": [] - }, - { - "rootPackage": "spine:imageformats", - "packages": [ - "spine:imageformats" - ], - "rootConfiguration": "library", - "buildSettings": { - "targetType": 6, - "targetPath": ".", - "targetName": "spine_imageformats", - "workingDirectory": "", - "mainSourceFile": "", - "dflags": [], - "lflags": [], - "libs": [], - "linkerFiles": [], - "sourceFiles": [ - "./src/ext_depends/imageformats/imageformats/bmp.d", - "./src/ext_depends/imageformats/imageformats/jpeg.d", - "./src/ext_depends/imageformats/imageformats/package.d", - "./src/ext_depends/imageformats/imageformats/png.d", - "./src/ext_depends/imageformats/imageformats/tga.d" - ], - "copyFiles": [], - "extraDependencyFiles": [], - "versions": [ - "Have_spine_imageformats" - ], - "debugVersions": [], - "versionFilters": [], - "debugVersionFilters": [], - "importPaths": [ - "./src/" - ], - "stringImportPaths": [ - "./views" - ], - "importFiles": [ - "./src/build_depends/dub2nix/src/dub2nix.d", - "./src/doc_reform/conf/compile_time_info.d", - "./src/doc_reform/io_in/paths_source.d", - "./src/doc_reform/io_in/read_config_files.d", - "./src/doc_reform/io_in/read_source_files.d", - "./src/doc_reform/io_out/cgi_sqlite_search_form.d", - "./src/doc_reform/io_out/create_zip_file.d", - "./src/doc_reform/io_out/defaults.d", - "./src/doc_reform/io_out/epub3.d", - "./src/doc_reform/io_out/html.d", - "./src/doc_reform/io_out/hub.d", - "./src/doc_reform/io_out/latex.d", - "./src/doc_reform/io_out/metadata.d", - "./src/doc_reform/io_out/odt.d", - "./src/doc_reform/io_out/package.d", - "./src/doc_reform/io_out/paths_output.d", - "./src/doc_reform/io_out/rgx.d", - "./src/doc_reform/io_out/source_pod.d", - "./src/doc_reform/io_out/sqlite.d", - "./src/doc_reform/io_out/xmls.d", - "./src/doc_reform/io_out/xmls_css.d", - "./src/doc_reform/meta/conf_make_meta_json.d", - "./src/doc_reform/meta/conf_make_meta_structs.d", - "./src/doc_reform/meta/conf_make_meta_yaml.d", - "./src/doc_reform/meta/defaults.d", - "./src/doc_reform/meta/doc_debugs.d", - "./src/doc_reform/meta/metadoc.d", - "./src/doc_reform/meta/metadoc_from_src.d", - "./src/doc_reform/meta/metadoc_harvest.d", - "./src/doc_reform/meta/metadoc_harvests_authors.d", - "./src/doc_reform/meta/metadoc_harvests_topics.d", - "./src/doc_reform/meta/metadoc_object_setter.d", - "./src/doc_reform/meta/metadoc_show_config.d", - "./src/doc_reform/meta/metadoc_show_make.d", - "./src/doc_reform/meta/metadoc_show_metadata.d", - "./src/doc_reform/meta/metadoc_show_summary.d", - "./src/doc_reform/meta/package.d", - "./src/doc_reform/meta/rgx.d", - "./src/doc_reform/share/defaults.d", - "./src/doc_reform/spine.d", - "./src/ext_depends/D-YAML/source/dyaml/composer.d", - "./src/ext_depends/D-YAML/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML/source/dyaml/event.d", - "./src/ext_depends/D-YAML/source/dyaml/exception.d", - "./src/ext_depends/D-YAML/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML/source/dyaml/loader.d", - "./src/ext_depends/D-YAML/source/dyaml/node.d", - "./src/ext_depends/D-YAML/source/dyaml/package.d", - "./src/ext_depends/D-YAML/source/dyaml/parser.d", - "./src/ext_depends/D-YAML/source/dyaml/queue.d", - "./src/ext_depends/D-YAML/source/dyaml/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML/source/dyaml/style.d", - "./src/ext_depends/D-YAML/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML/source/dyaml/token.d", - "./src/ext_depends/D-YAML_/source/dyaml/composer.d", - "./src/ext_depends/D-YAML_/source/dyaml/constructor.d", - "./src/ext_depends/D-YAML_/source/dyaml/dumper.d", - "./src/ext_depends/D-YAML_/source/dyaml/emitter.d", - "./src/ext_depends/D-YAML_/source/dyaml/encoding.d", - "./src/ext_depends/D-YAML_/source/dyaml/escapes.d", - "./src/ext_depends/D-YAML_/source/dyaml/event.d", - "./src/ext_depends/D-YAML_/source/dyaml/exception.d", - "./src/ext_depends/D-YAML_/source/dyaml/linebreak.d", - "./src/ext_depends/D-YAML_/source/dyaml/loader.d", - "./src/ext_depends/D-YAML_/source/dyaml/node.d", - "./src/ext_depends/D-YAML_/source/dyaml/package.d", - "./src/ext_depends/D-YAML_/source/dyaml/parser.d", - "./src/ext_depends/D-YAML_/source/dyaml/queue.d", - "./src/ext_depends/D-YAML_/source/dyaml/reader.d", - "./src/ext_depends/D-YAML_/source/dyaml/representer.d", - "./src/ext_depends/D-YAML_/source/dyaml/resolver.d", - "./src/ext_depends/D-YAML_/source/dyaml/scanner.d", - "./src/ext_depends/D-YAML_/source/dyaml/serializer.d", - "./src/ext_depends/D-YAML_/source/dyaml/style.d", - "./src/ext_depends/D-YAML_/source/dyaml/tagdirective.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/common.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/compare.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/constructor.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/emitter.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/errors.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/inputoutput.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/reader.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/representer.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/resolver.d", - "./src/ext_depends/D-YAML_/source/dyaml/test/tokens.d", - "./src/ext_depends/D-YAML_/source/dyaml/token.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/database.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/memory.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/internal/util.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/library.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/package.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/results.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/sqlite3.d", - "./src/ext_depends/d2sqlite3/source/d2sqlite3/statement.d", - "./src/ext_depends/d2sqlite3/source/tests.d", - "./src/ext_depends/tinyendian/source/tinyendian.d" - ], - "stringImportFiles": [ - "./views/version.txt" - ], - "preGenerateCommands": [], - "postGenerateCommands": [], - "preBuildCommands": [], - "postBuildCommands": [], - "preRunCommands": [], - "postRunCommands": [], - "requirements": {}, - "options": {} - }, - "dependencies": [], - "linkDependencies": [] - } - ] -} -- cgit v1.2.3