dev-ml/extlib: Version bump (v1.7.6)
[gentoo.git] / dev-ml / optcomp / optcomp-1.6-r1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 OASIS_BUILD_DOCS=1
7
8 inherit oasis
9
10 DESCRIPTION="Optional compilation for OCaml with cpp-like directives"
11 HOMEPAGE="https://github.com/diml/optcomp"
12 SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz"
13
14 LICENSE="BSD"
15 SLOT="0/${PV}"
16 KEYWORDS="~amd64"
17 IUSE=""
18
19 DEPEND="dev-ml/camlp4:="
20 RDEPEND="${DEPEND}"
21
22 DOCS=( CHANGES.md README.md )