add dev-libs/boost with static-libs support via an additional ebuild
[nodoc-overlay.git] / dev-libs / boost / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4 <maintainer type="project">
5 <email>disk.destroyer@yahoo.com</email>
6 <name>datadissipation.net</name>
7 </maintainer>
8 <use>
9 <flag name="context">Build and install the Boost.Context (and Boost.Fiber) library and all other Boost libraries that depend on it</flag>
10 <flag name="debug">Build and install only the debug version of the Boost libraries. Only enable this flag if you're developing against boost.</flag>
11 <flag name="doc">Install the full API documentation documentation. This takes over 200MB of extra disk space.</flag>
12 <flag name="nls">Build libboost_locale. This library requires compatible C library interfaces, which might not be provided by uClibc or other embedded libraries.</flag>
13 <flag name="numpy">Optionally build NumPy extensions when Boost.Python is enabled</flag>
14 <flag name="stacktrace">Build the full Boost.Stacktrace dynamic library instead of relying on the header-only implementation</flag>
15 <flag name="static-libs">Emerge dev-libs/boost-static alongside dev-libs/boost</flag>
16 <flag name="test-full">Enable tests that take a very long time to build or run</flag>
17 <flag name="tools">Build and install the boost tools (bcp, quickbook, inspect, wave)</flag>
18 </use>
19 <upstream>
20 <remote-id type="cpe">cpe:/a:boost:boost</remote-id>
21 <!-- for x in $(find /usr/include/boost -maxdepth 1 -type d | cut -d/ -f5 | sort -u) ; do echo -e "\t\t<remote-id type=\"github\">boostorg/${x}</remote-id>"; done -->
22 <remote-id type="github">boostorg/boost</remote-id>
23 <remote-id type="github">boostorg/accumulators</remote-id>
24 <remote-id type="github">boostorg/algorithm</remote-id>
25 <remote-id type="github">boostorg/align</remote-id>
26 <remote-id type="github">boostorg/any</remote-id>
27 <remote-id type="github">boostorg/asio</remote-id>
28 <remote-id type="github">boostorg/assert</remote-id>
29 <remote-id type="github">boostorg/assign</remote-id>
30 <remote-id type="github">boostorg/atomic</remote-id>
31 <remote-id type="github">boostorg/beast</remote-id>
32 <remote-id type="github">boostorg/bimap</remote-id>
33 <remote-id type="github">boostorg/bind</remote-id>
34 <remote-id type="github">boostorg/bloom</remote-id>
35 <remote-id type="github">boostorg/callable_traits</remote-id>
36 <remote-id type="github">boostorg/charconv</remote-id>
37 <remote-id type="github">boostorg/chrono</remote-id>
38 <remote-id type="github">boostorg/circular_buffer</remote-id>
39 <remote-id type="github">boostorg/cobalt</remote-id>
40 <remote-id type="github">boostorg/compat</remote-id>
41 <remote-id type="github">boostorg/compute</remote-id>
42 <remote-id type="github">boostorg/concept_check</remote-id>
43 <remote-id type="github">boostorg/config</remote-id>
44 <remote-id type="github">boostorg/container</remote-id>
45 <remote-id type="github">boostorg/container_hash</remote-id>
46 <remote-id type="github">boostorg/context</remote-id>
47 <remote-id type="github">boostorg/contract</remote-id>
48 <remote-id type="github">boostorg/convert</remote-id>
49 <remote-id type="github">boostorg/core</remote-id>
50 <remote-id type="github">boostorg/coroutine</remote-id>
51 <remote-id type="github">boostorg/coroutine2</remote-id>
52 <remote-id type="github">boostorg/date_time</remote-id>
53 <remote-id type="github">boostorg/decimal</remote-id>
54 <remote-id type="github">boostorg/describe</remote-id>
55 <remote-id type="github">boostorg/detail</remote-id>
56 <remote-id type="github">boostorg/dll</remote-id>
57 <remote-id type="github">boostorg/dynamic_bitset</remote-id>
58 <remote-id type="github">boostorg/endian</remote-id>
59 <remote-id type="github">boostorg/exception</remote-id>
60 <remote-id type="github">boostorg/fiber</remote-id>
61 <remote-id type="github">boostorg/filesystem</remote-id>
62 <remote-id type="github">boostorg/flyweight</remote-id>
63 <remote-id type="github">boostorg/format</remote-id>
64 <remote-id type="github">boostorg/function</remote-id>
65 <remote-id type="github">boostorg/function_types</remote-id>
66 <remote-id type="github">boostorg/functional</remote-id>
67 <remote-id type="github">boostorg/fusion</remote-id>
68 <remote-id type="github">boostorg/geometry</remote-id>
69 <remote-id type="github">boostorg/gil</remote-id>
70 <remote-id type="github">boostorg/graph</remote-id>
71 <remote-id type="github">boostorg/hana</remote-id>
72 <remote-id type="github">boostorg/hash2</remote-id>
73 <remote-id type="github">boostorg/heap</remote-id>
74 <remote-id type="github">boostorg/histogram</remote-id>
75 <remote-id type="github">boostorg/hof</remote-id>
76 <remote-id type="github">boostorg/icl</remote-id>
77 <remote-id type="github">boostorg/integer</remote-id>
78 <remote-id type="github">boostorg/interprocess</remote-id>
79 <remote-id type="github">boostorg/intrusive</remote-id>
80 <remote-id type="github">boostorg/io</remote-id>
81 <remote-id type="github">boostorg/iostreams</remote-id>
82 <remote-id type="github">boostorg/iterator</remote-id>
83 <remote-id type="github">boostorg/json</remote-id>
84 <remote-id type="github">boostorg/lambda</remote-id>
85 <remote-id type="github">boostorg/lambda2</remote-id>
86 <remote-id type="github">boostorg/leaf</remote-id>
87 <remote-id type="github">boostorg/lexical_cast</remote-id>
88 <remote-id type="github">boostorg/local_function</remote-id>
89 <remote-id type="github">boostorg/locale</remote-id>
90 <remote-id type="github">boostorg/lockfree</remote-id>
91 <remote-id type="github">boostorg/log</remote-id>
92 <remote-id type="github">boostorg/logic</remote-id>
93 <remote-id type="github">boostorg/math</remote-id>
94 <remote-id type="github">boostorg/metaparse</remote-id>
95 <remote-id type="github">boostorg/move</remote-id>
96 <remote-id type="github">boostorg/mp11</remote-id>
97 <remote-id type="github">boostorg/mpi</remote-id>
98 <remote-id type="github">boostorg/mpl</remote-id>
99 <remote-id type="github">boostorg/mqtt5</remote-id>
100 <remote-id type="github">boostorg/msm</remote-id>
101 <remote-id type="github">boostorg/multi_array</remote-id>
102 <remote-id type="github">boostorg/multi_index</remote-id>
103 <remote-id type="github">boostorg/multiprecision</remote-id>
104 <remote-id type="github">boostorg/mysql</remote-id>
105 <remote-id type="github">boostorg/nowide</remote-id>
106 <remote-id type="github">boostorg/numeric_conversion</remote-id>
107 <remote-id type="github">boostorg/openmethod</remote-id>
108 <remote-id type="github">boostorg/optional</remote-id>
109 <remote-id type="github">boostorg/outcome</remote-id>
110 <remote-id type="github">boostorg/parameter</remote-id>
111 <remote-id type="github">boostorg/parser</remote-id>
112 <remote-id type="github">boostorg/pfr</remote-id>
113 <remote-id type="github">boostorg/phoenix</remote-id>
114 <remote-id type="github">boostorg/poly_collection</remote-id>
115 <remote-id type="github">boostorg/polygon</remote-id>
116 <remote-id type="github">boostorg/pool</remote-id>
117 <remote-id type="github">boostorg/predef</remote-id>
118 <remote-id type="github">boostorg/preprocessor</remote-id>
119 <remote-id type="github">boostorg/process</remote-id>
120 <remote-id type="github">boostorg/program_options</remote-id>
121 <remote-id type="github">boostorg/property_map</remote-id>
122 <remote-id type="github">boostorg/property_tree</remote-id>
123 <remote-id type="github">boostorg/proto</remote-id>
124 <remote-id type="github">boostorg/ptr_container</remote-id>
125 <remote-id type="github">boostorg/python</remote-id>
126 <remote-id type="github">boostorg/qvm</remote-id>
127 <remote-id type="github">boostorg/random</remote-id>
128 <remote-id type="github">boostorg/range</remote-id>
129 <remote-id type="github">boostorg/ratio</remote-id>
130 <remote-id type="github">boostorg/redis</remote-id>
131 <remote-id type="github">boostorg/regex</remote-id>
132 <remote-id type="github">boostorg/safe_numerics</remote-id>
133 <remote-id type="github">boostorg/scope</remote-id>
134 <remote-id type="github">boostorg/serialization</remote-id>
135 <remote-id type="github">boostorg/signals2</remote-id>
136 <remote-id type="github">boostorg/smart_ptr</remote-id>
137 <remote-id type="github">boostorg/sort</remote-id>
138 <remote-id type="github">boostorg/spirit</remote-id>
139 <remote-id type="github">boostorg/stacktrace</remote-id>
140 <remote-id type="github">boostorg/statechart</remote-id>
141 <remote-id type="github">boostorg/static_string</remote-id>
142 <remote-id type="github">boostorg/stl_interfaces</remote-id>
143 <remote-id type="github">boostorg/system</remote-id>
144 <remote-id type="github">boostorg/test</remote-id>
145 <remote-id type="github">boostorg/thread</remote-id>
146 <remote-id type="github">boostorg/timer</remote-id>
147 <remote-id type="github">boostorg/tti</remote-id>
148 <remote-id type="github">boostorg/tuple</remote-id>
149 <remote-id type="github">boostorg/type_erasure</remote-id>
150 <remote-id type="github">boostorg/type_index</remote-id>
151 <remote-id type="github">boostorg/type_traits</remote-id>
152 <remote-id type="github">boostorg/typeof</remote-id>
153 <remote-id type="github">boostorg/units</remote-id>
154 <remote-id type="github">boostorg/unordered</remote-id>
155 <remote-id type="github">boostorg/url</remote-id>
156 <remote-id type="github">boostorg/utility</remote-id>
157 <remote-id type="github">boostorg/uuid</remote-id>
158 <remote-id type="github">boostorg/variant</remote-id>
159 <remote-id type="github">boostorg/variant2</remote-id>
160 <remote-id type="github">boostorg/vmd</remote-id>
161 <remote-id type="github">boostorg/wave</remote-id>
162 <remote-id type="github">boostorg/winapi</remote-id>
163 <remote-id type="github">boostorg/xpressive</remote-id>
164 <remote-id type="github">boostorg/yap</remote-id>
165 <remote-id type="sourceforge">boost</remote-id>
166 </upstream>
167 </pkgmetadata>