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

libraries.json « meta - github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5077ef2c98fbdf89044c633352fa2c974c8a3892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "key": "LLfio",
  "name": "LLFIO",
  "authors": [ "Niall Douglas", "Paul Kirth" ],
  "maintainers": [ "Niall Douglas" ],
  "description": "A hard guarantee asynchronous file i/o and filesystem library.",
  "std": [ "14" ],
  "category": [
    "Function-objects",
    "Concurrent",
    "Domain Specific",
    "IO",
    "Programming Interfaces",
    "System"
  ]
}