dev-ml/ocamlbuild: bump to 0.14.0
[gentoo.git] / dev-ml / ocaml-uint / ocaml-uint-1.2.0.ebuild
1 # Copyright 1999-2017 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="Unsigned ints for OCaml"
11 HOMEPAGE="https://forge.ocamlcore.org/projects/ocaml-uint/"
12 SRC_URI="https://forge.ocamlcore.org/frs/download.php/1516/${P}.tar.gz"
13
14 LICENSE="MIT"
15 SLOT="0/${PV}"
16 KEYWORDS="~amd64"
17 IUSE=""
18
19 DEPEND=""
20 RDEPEND="${DEPEND}"