Added package cache (#1300)

This commit is contained in:
flywind 2020-01-02 20:39:41 +08:00 committed by Miran
parent 5389030c22
commit 270a37ce40

View File

@ -15902,5 +15902,16 @@
"description": "random Japanese name and address generator", "description": "random Japanese name and address generator",
"license": "MIT", "license": "MIT",
"web": "https://github.com/mkanenobu/nim-gimei" "web": "https://github.com/mkanenobu/nim-gimei"
},
{
"name": "cache",
"url": "https://github.com/planety/cached",
"method": "git",
"tags": [
"cache"
],
"description": "A cache library.",
"license": "MIT",
"web": "https://github.com/planety/cached"
} }
] ]