mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
perl package
This commit is contained in:
parent
8ed1d61529
commit
a961f646e5
3 changed files with 21 additions and 1 deletions
20
Makefile.am
20
Makefile.am
|
|
@ -26,5 +26,23 @@ EXTRA_DIST = \
|
|||
ruby/test_format.rb \
|
||||
ruby/test_pack.rb \
|
||||
ruby/unpack.c \
|
||||
ruby/unpack.h
|
||||
ruby/unpack.h \
|
||||
perl/Makefile.PL \
|
||||
perl/MessagePack.c \
|
||||
perl/benchmark/deserialize.pl \
|
||||
perl/benchmark/serialize.pl \
|
||||
perl/lib/Data/MessagePack.pm \
|
||||
perl/lib/Data/MessagePack \
|
||||
perl/lib/Data/MessagePack/Unpacker.pod \
|
||||
perl/pack.c \
|
||||
perl/ppport.h \
|
||||
perl/t/00_compile.t \
|
||||
perl/t/01_pack.t \
|
||||
perl/t/02_unpack.t \
|
||||
perl/t/03_stream_unpack.t \
|
||||
perl/t/04_invert.t \
|
||||
perl/t/Util.pm \
|
||||
perl/t/data.pl \
|
||||
perl/unpack.c \
|
||||
perl/xt/99_pod.t
|
||||
|
||||
|
|
|
|||
|
|
@ -20,3 +20,4 @@
|
|||
#include "msgpack/pack.h"
|
||||
#include "msgpack/unpack.h"
|
||||
#include "msgpack/sbuffer.h"
|
||||
#include "msgpack/vrefbuffer.h"
|
||||
|
|
|
|||
|
|
@ -20,4 +20,5 @@
|
|||
#include "msgpack/pack.hpp"
|
||||
#include "msgpack/unpack.hpp"
|
||||
#include "msgpack/sbuffer.hpp"
|
||||
#include "msgpack/vrefbuffer.hpp"
|
||||
#include "msgpack.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue