16 lines
		
	
	
		
			338 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			338 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
 | 
						|
# Distributed under the terms of the GNU General Public License v2
 | 
						|
 | 
						|
require gem
 | 
						|
 | 
						|
SUMMARY="Binary-based efficient data interchange format for ruby binding"
 | 
						|
HOMEPAGE="https://msgpack.org"
 | 
						|
 | 
						|
LICENCES="Apache-2.0"
 | 
						|
SLOT="0"
 | 
						|
PLATFORMS="~amd64 ~x86"
 | 
						|
MYOPTIONS=""
 | 
						|
 | 
						|
BUGS_TO="hasufell@posteo.de"
 | 
						|
 |