forked from boostorg/unordered
Switch to latest meta/libraries.json
This commit is contained in:
13
meta/libraries.json
Normal file
13
meta/libraries.json
Normal 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"
|
||||||
|
]
|
||||||
|
}
|
@ -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>
|
|
Reference in New Issue
Block a user