File: dub.sdl

package info (click to toggle)
diet-ng 1.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 336 kB
  • sloc: sh: 11; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 320 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name "htmlserver"
dependency "diet-ng" path="../.."
dependency "vibe-d" version="~>0.9.0"
configuration "application" {
    targetType "executable"
}
configuration "dietLive" {
    targetType "executable"
    versions "DietUseLive"
}
configuration "dietCache" {
    targetType "executable"
    versions "DietUseCache"
}