Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ad2e9ef289fd6d19877e35c9bdc90e72695d242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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"
}