blob: 493d1fe641c9def987f18a660dbf86ff6d0cdd74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install test
DEPEND=dev-ml/result:=[ocamlopt] dev-lang/ocaml:=[ocamlopt] javascript? ( dev-ml/js_of_ocaml:= ) fmt? ( dev-ml/fmt:= ) cli? ( dev-ml/cmdliner:=[ocamlopt] ) lwt? ( dev-ml/lwt:= ) dev-ml/opam dev-ml/topkg dev-ml/ocamlbuild dev-ml/findlib test? ( dev-ml/mtime ) >=dev-ml/findlib-1.0.4-r1
DESCRIPTION=Logging infrastructure for OCaml
EAPI=7
HOMEPAGE=https://erratique.ch/software/logs https://github.com/dbuenzli/logs
IUSE=javascript +fmt cli +lwt test
KEYWORDS=~amd64
LICENSE=ISC
RDEPEND=dev-ml/result:=[ocamlopt] dev-lang/ocaml:=[ocamlopt] javascript? ( dev-ml/js_of_ocaml:= ) fmt? ( dev-ml/fmt:= ) cli? ( dev-ml/cmdliner:=[ocamlopt] ) lwt? ( dev-ml/lwt:= )
RESTRICT=!test? ( test )
SLOT=0/0.7.0
SRC_URI=https://erratique.ch/software/logs/releases/logs-0.7.0.tbz
_eclasses_=findlib 9674d5e3d151793fecab20e2bb73e6c6
_md5_=805fd92673485ec47e7235ec494680b3
|