Ravenports generated: 11 May 2018 00:26
[ravenports.git] / bucket_A8 / msgpack
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               msgpack
4 VERSION=                3.0.0
5 KEYWORDS=               devel
6 VARIANTS=               standard
7 SDESC[standard]=        MessagePack implementation for C and C++
8 HOMEPAGE=               https://msgpack.org/
9 CONTACT=                nobody
10
11 DOWNLOAD_GROUPS=        main
12 SITES[main]=            GITHUB/msgpack:msgpack-c:cpp-3.0.0
13 DISTFILE[1]=            generated:main
14 DF_INDEX=               1
15 SPKGS[standard]=        single
16
17 OPTIONS_AVAILABLE=      none
18 OPTIONS_STANDARD=       none
19
20 USES=                   cmake
21
22 LICENSE=                CUSTOM1:single
23 LICENSE_NAME=           CUSTOM1:"Boost Software License"
24 LICENSE_FILE=           CUSTOM1:{{WRKSRC}}/LICENSE_1_0.txt
25 LICENSE_SCHEME=         solo
26
27 FPC_EQUIVALENT=         devel/msgpack
28
29 post-install:
30         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmsgpackc.so
31
32 [FILE:432:descriptions/desc.single]
33 MessagePack is a binary-based efficient data interchange format that is
34 focused on high performance. It is like JSON, but very fast and small.
35
36 MessagePack is an efficient binary serialization format. It lets you
37 exchange data among multiple languages like JSON. But it's faster and
38 smaller. Small integers are encoded into a single byte, and typical short
39 strings require only one extra byte in addition to the strings themselves.
40
41
42 [FILE:113:distinfo]
43 ff1908879e8015d3fb9588fb4ad6a4043e0ce1d44f2dc7da3b387fad7fffb842       477195 msgpack-msgpack-c-cpp-3.0.0.tar.gz
44
45
46 [FILE:13779:manifests/plist.single]
47 include/
48  msgpack.h
49  msgpack.hpp
50 include/msgpack/
51  cpp_config.hpp
52  cpp_config_decl.hpp
53  create_object_visitor.hpp
54  create_object_visitor_decl.hpp
55  fbuffer.h
56  fbuffer.hpp
57  fbuffer_decl.hpp
58  gcc_atomic.h
59  gcc_atomic.hpp
60  iterator.hpp
61  iterator_decl.hpp
62  meta.hpp
63  meta_decl.hpp
64  null_visitor.hpp
65  null_visitor_decl.hpp
66  object.h
67  object.hpp
68  object_decl.hpp
69  object_fwd.hpp
70  object_fwd_decl.hpp
71  pack.h
72  pack.hpp
73  pack_decl.hpp
74  pack_define.h
75  pack_template.h
76  parse.hpp
77  parse_decl.hpp
78  parse_return.hpp
79  predef.h
80  preprocessor.hpp
81  sbuffer.h
82  sbuffer.hpp
83  sbuffer_decl.hpp
84  sysdep.h
85  type.hpp
86  unpack.h
87  unpack.hpp
88  unpack_decl.hpp
89  unpack_define.h
90  unpack_exception.hpp
91  unpack_template.h
92  util.h
93  version.h
94  version.hpp
95  version_master.h
96  versioning.hpp
97  vrefbuffer.h
98  vrefbuffer.hpp
99  vrefbuffer_decl.hpp
100  x3_parse.hpp
101  x3_parse_decl.hpp
102  x3_unpack.hpp
103  x3_unpack_decl.hpp
104  zbuffer.h
105  zbuffer.hpp
106  zbuffer_decl.hpp
107  zone.h
108  zone.hpp
109  zone_decl.hpp
110 include/msgpack/adaptor/
111  adaptor_base.hpp
112  adaptor_base_decl.hpp
113  array_ref.hpp
114  array_ref_decl.hpp
115  bool.hpp
116  carray.hpp
117  char_ptr.hpp
118  check_container_size.hpp
119  check_container_size_decl.hpp
120  define.hpp
121  define_decl.hpp
122  deque.hpp
123  ext.hpp
124  ext_decl.hpp
125  fixint.hpp
126  fixint_decl.hpp
127  float.hpp
128  int.hpp
129  int_decl.hpp
130  list.hpp
131  map.hpp
132  map_decl.hpp
133  msgpack_tuple.hpp
134  msgpack_tuple_decl.hpp
135  nil.hpp
136  nil_decl.hpp
137  pair.hpp
138  raw.hpp
139  raw_decl.hpp
140  set.hpp
141  size_equal_only.hpp
142  size_equal_only_decl.hpp
143  string.hpp
144  v4raw.hpp
145  v4raw_decl.hpp
146  vector.hpp
147  vector_bool.hpp
148  vector_char.hpp
149  vector_unsigned_char.hpp
150 include/msgpack/adaptor/boost/
151  fusion.hpp
152  msgpack_variant.hpp
153  msgpack_variant_decl.hpp
154  optional.hpp
155  string_ref.hpp
156  string_view.hpp
157 include/msgpack/adaptor/cpp11/
158  array.hpp
159  array_char.hpp
160  array_unsigned_char.hpp
161  forward_list.hpp
162  reference_wrapper.hpp
163  shared_ptr.hpp
164  tuple.hpp
165  unique_ptr.hpp
166  unordered_map.hpp
167  unordered_set.hpp
168 include/msgpack/adaptor/cpp17/
169  optional.hpp
170  string_view.hpp
171 include/msgpack/adaptor/tr1/
172  unordered_map.hpp
173  unordered_set.hpp
174 include/msgpack/predef/
175  architecture.h
176  compiler.h
177  hardware.h
178  language.h
179  library.h
180  make.h
181  os.h
182  other.h
183  platform.h
184  version.h
185  version_number.h
186 include/msgpack/predef/architecture/
187  alpha.h
188  arm.h
189  blackfin.h
190  convex.h
191  ia64.h
192  m68k.h
193  mips.h
194  parisc.h
195  ppc.h
196  pyramid.h
197  rs6k.h
198  sparc.h
199  superh.h
200  sys370.h
201  sys390.h
202  x86.h
203  z.h
204 include/msgpack/predef/architecture/x86/
205  32.h
206  64.h
207 include/msgpack/predef/compiler/
208  borland.h
209  clang.h
210  comeau.h
211  compaq.h
212  diab.h
213  digitalmars.h
214  dignus.h
215  edg.h
216  ekopath.h
217  gcc.h
218  gcc_xml.h
219  greenhills.h
220  hp_acc.h
221  iar.h
222  ibm.h
223  intel.h
224  kai.h
225  llvm.h
226  metaware.h
227  metrowerks.h
228  microtec.h
229  mpw.h
230  palm.h
231  pgi.h
232  sgi_mipspro.h
233  sunpro.h
234  tendra.h
235  visualc.h
236  watcom.h
237 include/msgpack/predef/detail/
238  _cassert.h
239  _exception.h
240  comp_detected.h
241  endian_compat.h
242  os_detected.h
243  platform_detected.h
244  test.h
245  test_def.h
246 include/msgpack/predef/hardware/simd.h
247 include/msgpack/predef/hardware/simd/
248  arm.h
249  ppc.h
250  x86.h
251  x86_amd.h
252 include/msgpack/predef/hardware/simd/arm/versions.h
253 include/msgpack/predef/hardware/simd/ppc/versions.h
254 include/msgpack/predef/hardware/simd/x86/versions.h
255 include/msgpack/predef/hardware/simd/x86_amd/versions.h
256 include/msgpack/predef/language/
257  objc.h
258  stdc.h
259  stdcpp.h
260 include/msgpack/predef/library/
261  c.h
262  std.h
263 include/msgpack/predef/library/c/
264  _prefix.h
265  gnu.h
266  uc.h
267  vms.h
268  zos.h
269 include/msgpack/predef/library/std/
270  _prefix.h
271  cxx.h
272  dinkumware.h
273  libcomo.h
274  modena.h
275  msl.h
276  roguewave.h
277  sgi.h
278  stdcpp3.h
279  stlport.h
280  vacpp.h
281 include/msgpack/predef/os/
282  aix.h
283  amigaos.h
284  android.h
285  beos.h
286  bsd.h
287  cygwin.h
288  haiku.h
289  hpux.h
290  ios.h
291  irix.h
292  linux.h
293  macos.h
294  os400.h
295  qnxnto.h
296  solaris.h
297  unix.h
298  vms.h
299  windows.h
300 include/msgpack/predef/os/bsd/
301  bsdi.h
302  dragonfly.h
303  free.h
304  net.h
305  open.h
306 include/msgpack/predef/other/endian.h
307 include/msgpack/predef/platform/
308  mingw.h
309  windows_desktop.h
310  windows_phone.h
311  windows_runtime.h
312  windows_store.h
313 include/msgpack/preprocessor/
314  arithmetic.hpp
315  array.hpp
316  assert_msg.hpp
317  cat.hpp
318  comma.hpp
319  comma_if.hpp
320  comparison.hpp
321  control.hpp
322  debug.hpp
323  dec.hpp
324  empty.hpp
325  enum.hpp
326  enum_params.hpp
327  enum_params_with_a_default.hpp
328  enum_params_with_defaults.hpp
329  enum_shifted.hpp
330  enum_shifted_params.hpp
331  expand.hpp
332  expr_if.hpp
333  facilities.hpp
334  for.hpp
335  identity.hpp
336  if.hpp
337  inc.hpp
338  iterate.hpp
339  iteration.hpp
340  library.hpp
341  limits.hpp
342  list.hpp
343  logical.hpp
344  max.hpp
345  min.hpp
346  punctuation.hpp
347  repeat.hpp
348  repeat_2nd.hpp
349  repeat_3rd.hpp
350  repeat_from_to.hpp
351  repeat_from_to_2nd.hpp
352  repeat_from_to_3rd.hpp
353  repetition.hpp
354  selection.hpp
355  seq.hpp
356  slot.hpp
357  stringize.hpp
358  tuple.hpp
359  variadic.hpp
360  while.hpp
361  wstringize.hpp
362 include/msgpack/preprocessor/arithmetic/
363  add.hpp
364  dec.hpp
365  div.hpp
366  inc.hpp
367  mod.hpp
368  mul.hpp
369  sub.hpp
370 include/msgpack/preprocessor/arithmetic/detail/div_base.hpp
371 include/msgpack/preprocessor/array/
372  data.hpp
373  elem.hpp
374  enum.hpp
375  insert.hpp
376  pop_back.hpp
377  pop_front.hpp
378  push_back.hpp
379  push_front.hpp
380  remove.hpp
381  replace.hpp
382  reverse.hpp
383  size.hpp
384  to_list.hpp
385  to_seq.hpp
386  to_tuple.hpp
387 include/msgpack/preprocessor/array/detail/get_data.hpp
388 include/msgpack/preprocessor/comparison/
389  equal.hpp
390  greater.hpp
391  greater_equal.hpp
392  less.hpp
393  less_equal.hpp
394  not_equal.hpp
395 include/msgpack/preprocessor/config/
396  config.hpp
397  limits.hpp
398 include/msgpack/preprocessor/control/
399  deduce_d.hpp
400  expr_if.hpp
401  expr_iif.hpp
402  if.hpp
403  iif.hpp
404  while.hpp
405 include/msgpack/preprocessor/control/detail/while.hpp
406 include/msgpack/preprocessor/control/detail/dmc/while.hpp
407 include/msgpack/preprocessor/control/detail/edg/while.hpp
408 include/msgpack/preprocessor/control/detail/msvc/while.hpp
409 include/msgpack/preprocessor/debug/
410  assert.hpp
411  error.hpp
412  line.hpp
413 include/msgpack/preprocessor/detail/
414  auto_rec.hpp
415  check.hpp
416  is_binary.hpp
417  is_nullary.hpp
418  is_unary.hpp
419  null.hpp
420  split.hpp
421 include/msgpack/preprocessor/detail/dmc/auto_rec.hpp
422 include/msgpack/preprocessor/facilities/
423  apply.hpp
424  empty.hpp
425  expand.hpp
426  identity.hpp
427  intercept.hpp
428  is_1.hpp
429  is_empty.hpp
430  is_empty_or_1.hpp
431  is_empty_variadic.hpp
432  overload.hpp
433 include/msgpack/preprocessor/facilities/detail/is_empty.hpp
434 include/msgpack/preprocessor/iteration/
435  iterate.hpp
436  local.hpp
437  self.hpp
438 include/msgpack/preprocessor/iteration/detail/
439  finish.hpp
440  local.hpp
441  rlocal.hpp
442  self.hpp
443  start.hpp
444 include/msgpack/preprocessor/iteration/detail/bounds/
445  lower1.hpp
446  lower2.hpp
447  lower3.hpp
448  lower4.hpp
449  lower5.hpp
450  upper1.hpp
451  upper2.hpp
452  upper3.hpp
453  upper4.hpp
454  upper5.hpp
455 include/msgpack/preprocessor/iteration/detail/iter/
456  forward1.hpp
457  forward2.hpp
458  forward3.hpp
459  forward4.hpp
460  forward5.hpp
461  reverse1.hpp
462  reverse2.hpp
463  reverse3.hpp
464  reverse4.hpp
465  reverse5.hpp
466 include/msgpack/preprocessor/list/
467  adt.hpp
468  append.hpp
469  at.hpp
470  cat.hpp
471  enum.hpp
472  filter.hpp
473  first_n.hpp
474  fold_left.hpp
475  fold_right.hpp
476  for_each.hpp
477  for_each_i.hpp
478  for_each_product.hpp
479  rest_n.hpp
480  reverse.hpp
481  size.hpp
482  to_array.hpp
483  to_seq.hpp
484  to_tuple.hpp
485  transform.hpp
486 include/msgpack/preprocessor/list/detail/
487  fold_left.hpp
488  fold_right.hpp
489 include/msgpack/preprocessor/list/detail/dmc/fold_left.hpp
490 include/msgpack/preprocessor/list/detail/edg/
491  fold_left.hpp
492  fold_right.hpp
493 include/msgpack/preprocessor/logical/
494  and.hpp
495  bitand.hpp
496  bitnor.hpp
497  bitor.hpp
498  bitxor.hpp
499  bool.hpp
500  compl.hpp
501  nor.hpp
502  not.hpp
503  or.hpp
504  xor.hpp
505 include/msgpack/preprocessor/punctuation/
506  comma.hpp
507  comma_if.hpp
508  is_begin_parens.hpp
509  paren.hpp
510  paren_if.hpp
511  remove_parens.hpp
512 include/msgpack/preprocessor/punctuation/detail/is_begin_parens.hpp
513 include/msgpack/preprocessor/repetition/
514  deduce_r.hpp
515  deduce_z.hpp
516  enum.hpp
517  enum_binary_params.hpp
518  enum_params.hpp
519  enum_params_with_a_default.hpp
520  enum_params_with_defaults.hpp
521  enum_shifted.hpp
522  enum_shifted_binary_params.hpp
523  enum_shifted_params.hpp
524  enum_trailing.hpp
525  enum_trailing_binary_params.hpp
526  enum_trailing_params.hpp
527  for.hpp
528  repeat.hpp
529  repeat_from_to.hpp
530 include/msgpack/preprocessor/repetition/detail/for.hpp
531 include/msgpack/preprocessor/repetition/detail/dmc/for.hpp
532 include/msgpack/preprocessor/repetition/detail/edg/for.hpp
533 include/msgpack/preprocessor/repetition/detail/msvc/for.hpp
534 include/msgpack/preprocessor/selection/
535  max.hpp
536  min.hpp
537 include/msgpack/preprocessor/seq/
538  cat.hpp
539  elem.hpp
540  enum.hpp
541  filter.hpp
542  first_n.hpp
543  fold_left.hpp
544  fold_right.hpp
545  for_each.hpp
546  for_each_i.hpp
547  for_each_product.hpp
548  insert.hpp
549  pop_back.hpp
550  pop_front.hpp
551  push_back.hpp
552  push_front.hpp
553  remove.hpp
554  replace.hpp
555  rest_n.hpp
556  reverse.hpp
557  seq.hpp
558  size.hpp
559  subseq.hpp
560  to_array.hpp
561  to_list.hpp
562  to_tuple.hpp
563  transform.hpp
564  variadic_seq_to_seq.hpp
565 include/msgpack/preprocessor/seq/detail/
566  binary_transform.hpp
567  is_empty.hpp
568  split.hpp
569 include/msgpack/preprocessor/slot/
570  counter.hpp
571  slot.hpp
572 include/msgpack/preprocessor/slot/detail/
573  counter.hpp
574  def.hpp
575  shared.hpp
576  slot1.hpp
577  slot2.hpp
578  slot3.hpp
579  slot4.hpp
580  slot5.hpp
581 include/msgpack/preprocessor/tuple/
582  eat.hpp
583  elem.hpp
584  enum.hpp
585  insert.hpp
586  pop_back.hpp
587  pop_front.hpp
588  push_back.hpp
589  push_front.hpp
590  rem.hpp
591  remove.hpp
592  replace.hpp
593  reverse.hpp
594  size.hpp
595  to_array.hpp
596  to_list.hpp
597  to_seq.hpp
598 include/msgpack/preprocessor/tuple/detail/is_single_return.hpp
599 include/msgpack/preprocessor/variadic/
600  elem.hpp
601  size.hpp
602  to_array.hpp
603  to_list.hpp
604  to_seq.hpp
605  to_tuple.hpp
606 include/msgpack/preprocessor/variadic/detail/is_single_return.hpp
607 include/msgpack/v1/
608  cpp_config.hpp
609  cpp_config_decl.hpp
610  fbuffer.hpp
611  fbuffer_decl.hpp
612  iterator.hpp
613  iterator_decl.hpp
614  meta.hpp
615  meta_decl.hpp
616  object.hpp
617  object_decl.hpp
618  object_fwd.hpp
619  object_fwd_decl.hpp
620  pack.hpp
621  pack_decl.hpp
622  parse_return.hpp
623  preprocessor.hpp
624  sbuffer.hpp
625  sbuffer_decl.hpp
626  unpack.hpp
627  unpack_decl.hpp
628  unpack_exception.hpp
629  version.hpp
630  versioning.hpp
631  vrefbuffer.hpp
632  vrefbuffer_decl.hpp
633  zbuffer.hpp
634  zbuffer_decl.hpp
635  zone.hpp
636  zone_decl.hpp
637 include/msgpack/v1/adaptor/
638  adaptor_base.hpp
639  adaptor_base_decl.hpp
640  array_ref.hpp
641  array_ref_decl.hpp
642  bool.hpp
643  carray.hpp
644  char_ptr.hpp
645  check_container_size.hpp
646  check_container_size_decl.hpp
647  define.hpp
648  define_decl.hpp
649  deque.hpp
650  ext.hpp
651  ext_decl.hpp
652  fixint.hpp
653  fixint_decl.hpp
654  float.hpp
655  int.hpp
656  int_decl.hpp
657  list.hpp
658  map.hpp
659  map_decl.hpp
660  msgpack_tuple.hpp
661  msgpack_tuple_decl.hpp
662  nil.hpp
663  nil_decl.hpp
664  pair.hpp
665  raw.hpp
666  raw_decl.hpp
667  set.hpp
668  size_equal_only.hpp
669  size_equal_only_decl.hpp
670  string.hpp
671  v4raw.hpp
672  v4raw_decl.hpp
673  vector.hpp
674  vector_bool.hpp
675  vector_char.hpp
676  vector_unsigned_char.hpp
677 include/msgpack/v1/adaptor/boost/
678  fusion.hpp
679  msgpack_variant.hpp
680  msgpack_variant_decl.hpp
681  optional.hpp
682  string_ref.hpp
683  string_view.hpp
684 include/msgpack/v1/adaptor/cpp11/
685  array.hpp
686  array_char.hpp
687  array_unsigned_char.hpp
688  forward_list.hpp
689  reference_wrapper.hpp
690  shared_ptr.hpp
691  tuple.hpp
692  unique_ptr.hpp
693  unordered_map.hpp
694  unordered_set.hpp
695 include/msgpack/v1/adaptor/cpp17/
696  optional.hpp
697  string_view.hpp
698 include/msgpack/v1/adaptor/detail/
699  cpp03_define_array.hpp
700  cpp03_define_array_decl.hpp
701  cpp03_define_map.hpp
702  cpp03_define_map_decl.hpp
703  cpp03_msgpack_tuple.hpp
704  cpp03_msgpack_tuple_decl.hpp
705  cpp11_convert_helper.hpp
706  cpp11_define_array.hpp
707  cpp11_define_array_decl.hpp
708  cpp11_define_map.hpp
709  cpp11_define_map_decl.hpp
710  cpp11_msgpack_tuple.hpp
711  cpp11_msgpack_tuple_decl.hpp
712 include/msgpack/v1/adaptor/tr1/
713  unordered_map.hpp
714  unordered_set.hpp
715 include/msgpack/v1/detail/
716  cpp03_zone.hpp
717  cpp03_zone_decl.hpp
718  cpp11_zone.hpp
719  cpp11_zone_decl.hpp
720 include/msgpack/v2/
721  cpp_config_decl.hpp
722  create_object_visitor.hpp
723  create_object_visitor_decl.hpp
724  fbuffer_decl.hpp
725  iterator_decl.hpp
726  meta_decl.hpp
727  null_visitor.hpp
728  null_visitor_decl.hpp
729  object.hpp
730  object_decl.hpp
731  object_fwd.hpp
732  object_fwd_decl.hpp
733  pack_decl.hpp
734  parse.hpp
735  parse_decl.hpp
736  parse_return.hpp
737  sbuffer_decl.hpp
738  unpack.hpp
739  unpack_decl.hpp
740  vrefbuffer_decl.hpp
741  x3_parse.hpp
742  x3_parse_decl.hpp
743  x3_unpack.hpp
744  x3_unpack_decl.hpp
745  zbuffer_decl.hpp
746  zone_decl.hpp
747 include/msgpack/v2/adaptor/
748  adaptor_base.hpp
749  adaptor_base_decl.hpp
750  array_ref_decl.hpp
751  check_container_size_decl.hpp
752  define_decl.hpp
753  ext_decl.hpp
754  fixint_decl.hpp
755  int_decl.hpp
756  map_decl.hpp
757  msgpack_tuple_decl.hpp
758  nil_decl.hpp
759  raw_decl.hpp
760  size_equal_only_decl.hpp
761  v4raw_decl.hpp
762 include/msgpack/v2/adaptor/boost/msgpack_variant_decl.hpp
763 include/msgpack/v2/adaptor/detail/
764  cpp03_define_array_decl.hpp
765  cpp03_define_map_decl.hpp
766  cpp03_msgpack_tuple_decl.hpp
767  cpp11_define_array_decl.hpp
768  cpp11_define_map_decl.hpp
769  cpp11_msgpack_tuple_decl.hpp
770 include/msgpack/v2/detail/
771  cpp03_zone_decl.hpp
772  cpp11_zone_decl.hpp
773 include/msgpack/v3/
774  cpp_config_decl.hpp
775  create_object_visitor_decl.hpp
776  fbuffer_decl.hpp
777  iterator_decl.hpp
778  meta_decl.hpp
779  null_visitor_decl.hpp
780  object_decl.hpp
781  object_fwd.hpp
782  object_fwd_decl.hpp
783  pack_decl.hpp
784  parse.hpp
785  parse_decl.hpp
786  parse_return.hpp
787  sbuffer_decl.hpp
788  unpack.hpp
789  unpack_decl.hpp
790  vrefbuffer_decl.hpp
791  x3_parse_decl.hpp
792  x3_unpack.hpp
793  x3_unpack_decl.hpp
794  zbuffer_decl.hpp
795  zone_decl.hpp
796 include/msgpack/v3/adaptor/
797  adaptor_base.hpp
798  adaptor_base_decl.hpp
799  array_ref_decl.hpp
800  check_container_size_decl.hpp
801  define_decl.hpp
802  ext_decl.hpp
803  fixint_decl.hpp
804  int_decl.hpp
805  map_decl.hpp
806  msgpack_tuple_decl.hpp
807  nil_decl.hpp
808  raw_decl.hpp
809  size_equal_only_decl.hpp
810  v4raw_decl.hpp
811 include/msgpack/v3/adaptor/boost/msgpack_variant_decl.hpp
812 include/msgpack/v3/adaptor/detail/
813  cpp03_define_array_decl.hpp
814  cpp03_define_map_decl.hpp
815  cpp03_msgpack_tuple_decl.hpp
816  cpp11_define_array_decl.hpp
817  cpp11_define_map_decl.hpp
818  cpp11_msgpack_tuple_decl.hpp
819 include/msgpack/v3/detail/
820  cpp03_zone_decl.hpp
821  cpp11_zone_decl.hpp
822 lib/
823  libmsgpackc.a
824  libmsgpackc.so
825  libmsgpackc.so.2
826  libmsgpackc.so.2.0.0
827 lib/cmake/msgpack/
828  msgpack-config-version.cmake
829  msgpack-config.cmake
830  msgpack-targets-release.cmake
831  msgpack-targets.cmake
832 lib/pkgconfig/msgpack.pc
833