vcpkg/ports/llfio/vcpkg.json
Niall Douglas 46700e2a0c
[ned14-internal-quickcpplib/llfio/outcome] Update to latest release (#20171)
* Update ned14-internal-quickcpplib and LLFIO to latest matching Outcome v2.2.1 (bugfixed) release.

* Implement suggested changes during review. Update Outcome and LLFIO to latest.

* Re x-add-version.

* Fix version database.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-27 12:42:44 -07:00

19 lines
521 B
JSON

{
"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`."
}
}
}