04c2289971
2019-04-19 version 1.2.10: * Optimze MessagePack.unpack not to copy source string 2019-03-13 version 1.2.9: * Hotfix release only for JRuby: 1.2.8-java was built incorrectly 2019-03-11 version 1.2.8: * Fix a regression that MessagePack#unpack raises error if IO is assigned as the (only) argument * Improve compatibility that MessagePack#pack returns nil if IO is assigned as 2nd argument 2019-03-01 version 1.2.7: * Add Packer#write_bin and Packer#write_bin_header methods
12 lines
301 B
Makefile
12 lines
301 B
Makefile
# $NetBSD: Makefile,v 1.19 2019/05/06 05:26:49 taca Exp $
|
|
|
|
DISTNAME= msgpack-1.2.10
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://msgpack.org/
|
|
COMMENT= MessagePack implementation for Ruby
|
|
LICENSE= apache-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|