-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathdub.json
More file actions
28 lines (28 loc) · 803 Bytes
/
dub.json
File metadata and controls
28 lines (28 loc) · 803 Bytes
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
{
"name": "ggplotd",
"description": "Plotting library for the D programming library. The design is inspired by ggplot2 for R.",
"copyright": "Copyright © 2015, Edwin van Leeuwen",
"authors": ["Edwin van Leeuwen"],
"libs": ["cairo"],
"license": "BSL-1.0",
"dependencies": {
"cairod": "~>0.0.1-alpha.3+1.10.2",
"dunit": "~>1.0.15",
"dstats": "~>1.0.5",
"painlesstraits": "~>0.3.0",
"color": "~>0.0.8"
},
"versions": ["CairoPNG","CairoPDFSurface","CairoSVGSurface"],
"configurations": [
{
"name": "default"
},
{
"name": "ggplotd-gtk",
"dependencies": {
"gtk-d:gtkd": "~>3.3.0"
},
"versions": ["ggplotdGTK"]
}
]
}