blob: 684c71e11d6e0832852de9d6d781ba990ebbb458 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DEFINED_PHASES=compile install test
DEPEND=dev-ml/jbuilder dev-ml/opam test? ( dev-ml/ounit ) async? ( dev-ml/async_kernel:= dev-ml/async_unix:= dev-ml/core_kernel:= ) lwt? ( dev-ml/lwt:= ) ppx? ( dev-ml/ppx_tools:= dev-ml/ocaml-migrate-parsetree:= >=dev-ml/ppx_tools_versioned-5.0.1:= ) >=dev-lang/ocaml-4.01:= dev-ml/ocplib-endian:= dev-ml/sexplib:= dev-ml/type-conv:= >=dev-ml/findlib-1.0.4-r1
DESCRIPTION=Map OCaml arrays onto C-like structs
EAPI=5
HOMEPAGE=https://github.com/mirage/ocaml-cstruct https://mirage.io
IUSE=async +lwt +ppx test
KEYWORDS=~amd64
LICENSE=ISC
RDEPEND=async? ( dev-ml/async_kernel:= dev-ml/async_unix:= dev-ml/core_kernel:= ) lwt? ( dev-ml/lwt:= ) ppx? ( dev-ml/ppx_tools:= dev-ml/ocaml-migrate-parsetree:= >=dev-ml/ppx_tools_versioned-5.0.1:= ) >=dev-lang/ocaml-4.01:= dev-ml/ocplib-endian:= dev-ml/sexplib:= dev-ml/type-conv:=
SLOT=0/3.0.2
SRC_URI=https://github.com/mirage/ocaml-cstruct/archive/v3.0.2.tar.gz -> ocaml-cstruct-3.0.2.tar.gz
_eclass_exported_funcs=src_compile:- src_test:- src_install:-
_eclasses_=findlib 45d6030075064a68da8d7143726a1150
_md5_=2c51e8cb45d5b8d80a3fe0fce96b749a
|