Merge remote-tracking branch 'github/pr/760'.
[gentoo.git] / dev-ml / macaque / macaque-0.7.2.ebuild
1 # Copyright 1999-2015 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id$
4
5 EAPI=5
6
7 inherit oasis
8
9 DESCRIPTION="DSL for SQL Queries in Caml"
10 HOMEPAGE="http://ocsigen.org/macaque/"
11 SRC_URI="https://github.com/ocsigen/macaque/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="LGPL-2.1-with-linking-exception"
14 SLOT="0/${PV}"
15 KEYWORDS="~amd64"
16 IUSE=""
17
18 DEPEND=">=dev-ml/pgocaml-2.1:=
19         || ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )"
20 RDEPEND="${DEPEND}"
21 DOCS=( Changelog README.md )