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