Merge remote-tracking branch 'github/pr/301'.
[gentoo.git] / dev-ml / ocaml-ipaddr / ocaml-ipaddr-2.6.1.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 OASIS_BUILD_TESTS=1
8
9 inherit oasis
10
11 DESCRIPTION="OCaml library for manipulation of IP (and MAC) address representations"
12 HOMEPAGE="https://github.com/mirage/ocaml-ipaddr"
13 SRC_URI="https://github.com/mirage/ocaml-ipaddr/archive/${PV}.tar.gz -> ${P}.tar.gz"
14
15 LICENSE="ISC"
16 SLOT="0"
17 KEYWORDS="~amd64"
18 IUSE=""
19
20 DEPEND="dev-ml/sexplib:=
21         <dev-ml/sexplib-113.01.00
22 "
23 RDEPEND="${DEPEND}"
24
25 DOCS=( CHANGES README.md )