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/ocaml-snappy/ocaml-snappy-0.1.0.ebuild

21 lines
465 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
OASIS_BUILD_DOCS=1
inherit oasis
DESCRIPTION="OCaml bindings to snappy fast compression/decompression library"
HOMEPAGE="http://ygrek.org.ua/p/ocaml-snappy/"
SRC_URI="https://github.com/ygrek/ocaml-snappy/releases/download/v${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE=""
DEPEND="app-arch/snappy:="
RDEPEND="${DEPEND}"