Switch to latest meta/libraries.json

This commit is contained in:
Daniel James
2014-02-27 22:30:01 +00:00
parent 9c62f83e74
commit 850d69738b
2 changed files with 13 additions and 14 deletions

13
meta/libraries.json Normal file
View File

@ -0,0 +1,13 @@
{
"key": "unordered",
"boost-version": "1.36.0",
"name": "Unordered",
"authors": "Daniel James",
"maintainers": "Daniel James <dnljms -at- gmail.com>",
"description": "Unordered associative containers.",
"std-proposal": false,
"std-tr1": true,
"category": [
"Containers"
]
}

View File

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="US-ASCII"?>
<boost xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<library>
<key>unordered</key>
<boost-version>1.36.0</boost-version>
<name>Unordered</name>
<authors>Daniel James</authors>
<maintainers>Daniel James</maintainers>
<description>Unordered associative containers.</description>
<std-proposal>false</std-proposal>
<std-tr1>true</std-tr1>
<category>Containers</category>
</library>
</boost>