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) <spam@nowhere>2016-03-21 02:41:51 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spam@nowhere>2016-03-21 02:41:51 +0300
commit758a934ab266ed660daa54b72e4606b78e374071 (patch)
tree6f2fe1c5d2b8331f9319549bc6f0c3390168eb6b /meta
AFIO v2: Relocate all the AFIO v2 files in fs_probe into the root hierarchy. AFIO v2 is now the master branch!
Diffstat (limited to 'meta')
-rw-r--r--meta/libraries.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/libraries.json b/meta/libraries.json
new file mode 100644
index 00000000..a8bedf4c
--- /dev/null
+++ b/meta/libraries.json
@@ -0,0 +1,16 @@
+{
+ "key": "afio",
+ "name": "Boost.AFIO",
+ "authors": [ "Niall Douglas", "Paul Kirth" ],
+ "maintainers": [ "Niall Douglas" ],
+ "description": "A portable asynchronous file i/o library extending Boost.ASIO.",
+ "std": [ "11" ],
+ "category": [
+ "Function-objects",
+ "Concurrent",
+ "Domain Specific",
+ "IO",
+ "Programming Interfaces",
+ "System"
+ ]
+}