blob: ff36cea2249c040a464f8d23efec18bb8e549338 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DEFINED_PHASES=compile install test
DEPEND=dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= dev-lang/ocaml:=[ocamlopt?] dev-ml/ocamlbuild dev-ml/topkg dev-ml/findlib test? ( dev-ml/ounit )
DESCRIPTION=OCaml library for manipulation of IP (and MAC) address representations
EAPI=5
HOMEPAGE=https://github.com/mirage/ocaml-ipaddr
IUSE=+ocamlopt test
KEYWORDS=~amd64
LICENSE=ISC
RDEPEND=dev-ml/sexplib:= dev-ml/ppx_sexp_conv:= dev-lang/ocaml:=[ocamlopt?]
SLOT=0/2.7.1
SRC_URI=https://github.com/mirage/ocaml-ipaddr/archive/2.7.1.tar.gz -> ocaml-ipaddr-2.7.1.tar.gz
_eclass_exported_funcs=src_compile:- src_test:- src_install:-
_md5_=de02855bed3bb088d6ac1afefbbb2831
|