pkgsrc/devel/ruby-msgpack/Makefile
taca 9850b3e3fe devel/ruby-msgpack: update to 1.4.4
1.4.3 (2022-01-20)

* Optimize serialization/deserialization of Symbols
* Support registering ext types for objects of subclasses of primitive types
  (like Hash)
* Add optimized_symbols_parsing option to Factory#register_type on MRI
  implementation
* Optimize to deduplicate Hash keys on JRuby
* Support JRuby 9.3 (and drop 9.1)

1.4.4 (2022-01-22)

* Specify the build option --platform=8 for older Java platforms
2022-02-12 12:33:36 +00:00

12 lines
300 B
Makefile

# $NetBSD: Makefile,v 1.23 2022/02/12 12:33:36 taca Exp $
DISTNAME= msgpack-1.4.4
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"