You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ml/jsonm/jsonm-0.9.1.ebuild

28 lines
522 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
OASIS_BUILD_TESTS=1
inherit oasis
DESCRIPTION="Non-blocking streaming JSON codec for OCaml"
HOMEPAGE="http://erratique.ch/software/jsonm"
SRC_URI="http://erratique.ch/software/jsonm/releases/${P}.tbz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="doc"
RDEPEND="dev-ml/uutf:="
DEPEND="${RDEPEND}"
DOCS=( CHANGES README )
src_install() {
oasis_src_install
use doc && dohtml -r doc/*
}