dev-qt/qtopengl: stable 5.14.2 for ppc, bug #719732
[gentoo.git] / dev-ml / ocplib-endian / ocplib-endian-1.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 OASIS_BUILD_TESTS=1
6
7 inherit oasis
8
9 DESCRIPTION="Functions to read and write int16/32/64 from strings, bytes, and bigarrays"
10 HOMEPAGE="https://github.com/OCamlPro/ocplib-endian"
11 SRC_URI="https://github.com/OCamlPro/${PN}/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="
19         >=dev-lang/ocaml-4.01
20         >=dev-ml/cppo-1.1.0
21 "
22 RDEPEND=""
23
24 DOCS=( CHANGES.md COPYING.txt README.md )