blob: 8aefec8a65836326c80d896fa75f36b7c565d307 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
BDEPEND=dev-ml/dune dev-lang/ocaml
DEFINED_PHASES=compile install test
DEPEND=>=dev-lang/ocaml-4:=[ocamlopt?]
DESCRIPTION=Compatibility library to use Stdlib.Bigarray when possible
EAPI=7
HOMEPAGE=https://github.com/mirage/bigarray-compat
INHERIT=dune
IUSE=+ocamlopt
KEYWORDS=~amd64 ~x86
LICENSE=ISC
RDEPEND=>=dev-lang/ocaml-4:=[ocamlopt?]
SLOT=0
SRC_URI=https://github.com/mirage/bigarray-compat/archive/v1.0.0.tar.gz -> bigarray-compat-1.0.0.tar.gz
_eclasses_=dune 2d138ae1c0f7d4624876ad486529731f
_md5_=ce6d5d9dccb2a19dc4320443beca2ee1
|