Skip to content

Commit 5377b6a

Browse files
committed
document minDubVersion field
see dlang/dub#1532
1 parent 63f4b05 commit 5377b6a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

views/package_format_json.dt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ block body
7575
td: code string
7676
td Brief description of the package
7777

78+
tr
79+
td minDubVersion
80+
td: code string
81+
td Minimum version of DUB necessary to build the package
82+
7883
tr
7984
td homepage
8085
td: code string

views/package_format_sdl.dt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ block body
7575
td: code "<text>"
7676
td Brief description of the package
7777

78+
tr
79+
td minDubVersion
80+
td: code string
81+
td Minimum version of DUB necessary to build the package
82+
7883
tr
7984
td homepage
8085
td: code "<url>"

0 commit comments

Comments
 (0)