Allow locally stored package list files to be specified in config (#368)
This commit is contained in:
parent
0314df706f
commit
c89ca099a2
6 changed files with 153 additions and 62 deletions
14
tests/issue368/packages.json
Normal file
14
tests/issue368/packages.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[
|
||||
{
|
||||
"name": "discordnim",
|
||||
"url": "https://github.com/Krognol/discordnim",
|
||||
"method": "git",
|
||||
"tags": [
|
||||
"library",
|
||||
"discord"
|
||||
],
|
||||
"description": "Discord library for Nim",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/Krognol/discordnim"
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue