blob: 318b32816d583c31ce6d20bba3bc1bedf9afe9de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "llfio",
"version-string": "2.0-20210922",
"description": "P1031 low level file i/o and filesystem library for the C++ standard",
"homepage": "https://github.com/ned14/llfio",
"supports": "!(uwp | static)",
"dependencies": [
"outcome"
],
"features": {
"run-tests": {
"description": "Build and run the dependency validation tests"
},
"status-code": {
"description": "Have LLFIO use SG14 `status_code` (proposed `std::error`) instead of `std::error_code`."
}
}
}
|