-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdub.sdl
25 lines (23 loc) · 856 Bytes
/
dub.sdl
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
name "aliceserver"
description "Debugger server implementing DAP and MI"
authors "dd86k <[email protected]>"
copyright "Copyright © 2024, dd86k <[email protected]>"
license "BSD-3-Clause-Clear"
dependency "alicedbg" repository="git+https://github.com/dd86k/alicedbg.git" version="c6ad0bbefbeeb4ca17d3deedf7324bb53feb0235"
dependency "ddlogger" repository="git+https://github.com/dd86k/ddlogger.git" version="99a077a599c6d56e4fdeefb8b5d5002620cd228f"
# NOTE: By default, docs are built with dependencies.
# These build types force building docs using project modules only.
buildType "docs" {
buildRequirements "allowWarnings"
buildOptions "syntaxOnly"
dflags "-Dddocs"
sourcePaths "source"
importPaths "source"
}
buildType "ddox" {
buildRequirements "allowWarnings"
buildOptions "syntaxOnly"
dflags "-Dddocs"
sourcePaths "source"
importPaths "source"
}