From 758a934ab266ed660daa54b72e4606b78e374071 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Sun, 20 Mar 2016 23:41:51 +0000 Subject: AFIO v2: Relocate all the AFIO v2 files in fs_probe into the root hierarchy. AFIO v2 is now the master branch! --- meta/libraries.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/libraries.json (limited to 'meta') 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" + ] +} -- cgit v1.2.3