aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb
blob: a0635e3a131de8bef0cf7b35b4bb1b4c3425748c (plain)
1
2
3
4
5
6
7
8
9
10
11
SUMMARY = "A streaming JSON parsing and encoding library for Ruby (C bindings to yajl)"
HOMEPAGE = "http://rdoc.info/projects/brianmario/yajl-ruby"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=7dbd3a9f471247a243db5b62fe091587"

SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;tag=1.4.0;branch=master"

S = "${WORKDIR}/git"

inherit ruby