aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sdp/imports_for_ao.d
blob: 34aa1e13dfcdd5577107afb0eb366e9be0d7863a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module sdp.imports_for_ao;
public import
  sdp.abstraction_summary,
  sdp.ao_abstract_doc_source,
  sdp.ao_conf_make_meta,
  sdp.ao_conf_make_meta_native,
  sdp.ao_conf_make_meta_sdlang,
  sdp.ao_defaults,
  sdp.ao_doc_debugs,
  sdp.ao_read_config_files,
  sdp.ao_read_source_files,
  sdp.ao_rgx,
  sdp.output_hub,
  sdp.paths_source;
/+ sdlang http://sdlang.org +/
public import sdlang;
/+ aarchive https://github.com/rcythr/archive +/
public import
  archive.core,
  archive.zip;
/+ std +/
public import
  // std.algorithm,
  std.array,
  // std.container,
  std.digest.sha,
  std.exception,
  std.getopt,
  std.process,
  std.stdio,
  // std.file,
  // std.path,
  std.range,
  // std.range,
  std.regex,
  std.string,
  std.traits,
  std.typecons,
  std.uni,
  std.utf,
  std.conv : to;