aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/build_depends/dub2nix/dub.json
blob: 18ed81dd63bd8db3e4f4fa05e3cb862cc48c5196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "dub2nix",
  "authors": [
    "Lionello Lunesu"
  ],
  "dependencies": {
    "vibe-d:data": "*"
  },
  "stringImportPaths": ["."],
  "description": "Create Nix derivations for Dub package dependencies",
  "targetPath": "./bin/",
  "copyright": "Copyright © 2020, Lionello Lunesu",
  "license": "MIT",
  "targetType": "executable"
}