summaryrefslogtreecommitdiff
path: root/os/dub.json
blob: 87df29d6e27b94807729916ab5e16bfbcd4a5b9b (plain)
1
2
3
4
5
6
7
8
9
{
	"name": "os",
	"description": "Platform-independent interfaces to operating system functionality",
	"targetType": "library",

	"dependencies": {
		"tanya:meta": "*"
	}
}