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

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-03-22 20:53:32 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-03-22 20:53:32 +0300
commite4c50796c65ee8c41529708dd207c2f9c5fd49c6 (patch)
treed1cb601306083a6af33e3d1ae809578444de1a73 /meta
parentfe448c3d7329772a19e0d4cd97be711b41cf67dd (diff)
Update meta/libraries.json
Diffstat (limited to 'meta')
-rw-r--r--meta/libraries.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/libraries.json b/meta/libraries.json
index a8bedf4c..d786cde9 100644
--- a/meta/libraries.json
+++ b/meta/libraries.json
@@ -3,14 +3,14 @@
"name": "Boost.AFIO",
"authors": [ "Niall Douglas", "Paul Kirth" ],
"maintainers": [ "Niall Douglas" ],
- "description": "A portable asynchronous file i/o library extending Boost.ASIO.",
- "std": [ "11" ],
+ "description": "A hard guarantee asynchronous file i/o and filesystem library.",
+ "std": [ "14" ],
"category": [
"Function-objects",
- "Concurrent",
- "Domain Specific",
- "IO",
- "Programming Interfaces",
- "System"
+ "Concurrent",
+ "Domain Specific",
+ "IO",
+ "Programming Interfaces",
+ "System"
]
}