Skip to content

Instantly share code, notes, and snippets.

@yannick
Created July 20, 2015 15:08
Show Gist options
  • Select an option

  • Save yannick/f92b89669a4f25e387a1 to your computer and use it in GitHub Desktop.

Select an option

Save yannick/f92b89669a4f25e387a1 to your computer and use it in GitHub Desktop.
{
"name": "test",
"description": "A simple vibe.d server application.",
"copyright": "Copyright © 2015, yannick",
"authors": ["yannick"],
"dependencies": {
"memutils": { "version": "~master", "path": "submodules/memutils" },
"libasync": { "version": "~master", "path": "submodules/libasync" },
"vibe-d": { "version": "~master", "path": "submodules/vibe.d" }
},
"versions": ["VibeCustomMain"],
"subConfigurations": { "vibe-d": "libasync"},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment