rcpp_framework/libs/tinydir/package.json

18 lines
318 B
JSON
Raw Normal View History

2020-11-25 00:20:41 +01:00
{
"name": "tinydir",
"description": "Lightweight, portable and easy to integrate C directory and file reader",
"license": "BSD-2-Clause",
"keywords": [
"dir",
"directory",
"file",
"reader",
"filesystem"
],
"src": [
"tinydir.h"
],
"version": "1.2.4",
"repo": "cxong/tinydir"
}