summaryrefslogtreecommitdiff
blob: 65defc38b16df6449744a71b714318bb6f382b77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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}"