diff options
author | obache <obache@pkgsrc.org> | 2011-04-06 13:01:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-06 13:01:30 +0000 |
commit | 2db81675f596bb63c9ecd4965c98a71121e64b9c (patch) | |
tree | 739569b937437e4ec89677b4a1999d67a5e660db /devel/msgpack/PLIST | |
parent | 3d73f1cde64eec3a1f4695c5209edbc3e0dedd3a (diff) | |
download | pkgsrc-2db81675f596bb63c9ecd4965c98a71121e64b9c.tar.gz |
Import msgpack-0.5.5 as devel/msgpack.
MessagePack is an efficient object serialization library, which are very compact
and fast data format, with rich data structures compatible with JSON.
Diffstat (limited to 'devel/msgpack/PLIST')
-rw-r--r-- | devel/msgpack/PLIST | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/devel/msgpack/PLIST b/devel/msgpack/PLIST new file mode 100644 index 00000000000..e0b04829d06 --- /dev/null +++ b/devel/msgpack/PLIST @@ -0,0 +1,43 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/06 13:01:30 obache Exp $ +include/msgpack.h +include/msgpack.hpp +include/msgpack/object.h +include/msgpack/object.hpp +include/msgpack/pack.h +include/msgpack/pack.hpp +include/msgpack/pack_define.h +include/msgpack/pack_template.h +include/msgpack/sbuffer.h +include/msgpack/sbuffer.hpp +include/msgpack/sysdep.h +include/msgpack/type.hpp +include/msgpack/type/bool.hpp +include/msgpack/type/define.hpp +include/msgpack/type/deque.hpp +include/msgpack/type/fixint.hpp +include/msgpack/type/float.hpp +include/msgpack/type/int.hpp +include/msgpack/type/list.hpp +include/msgpack/type/map.hpp +include/msgpack/type/nil.hpp +include/msgpack/type/pair.hpp +include/msgpack/type/raw.hpp +include/msgpack/type/set.hpp +include/msgpack/type/string.hpp +include/msgpack/type/tr1/unordered_map.hpp +include/msgpack/type/tr1/unordered_set.hpp +include/msgpack/type/tuple.hpp +include/msgpack/type/vector.hpp +include/msgpack/unpack.h +include/msgpack/unpack.hpp +include/msgpack/unpack_define.h +include/msgpack/unpack_template.h +include/msgpack/version.h +include/msgpack/vrefbuffer.h +include/msgpack/vrefbuffer.hpp +include/msgpack/zbuffer.h +include/msgpack/zbuffer.hpp +include/msgpack/zone.h +include/msgpack/zone.hpp +lib/libmsgpack.la +lib/libmsgpackc.la |