Add metadata

This commit is contained in:
Daniel James 2014-02-23 14:30:21 +00:00
parent 57819d1dd9
commit 06b6418044

13
meta/libraries.xml Normal file
View File

@ -0,0 +1,13 @@
<?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>
<description>Unordered associative containers.</description>
<std-proposal>false</std-proposal>
<std-tr1>true</std-tr1>
<category>Containers</category>
</library>
</boost>