summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r--dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild (renamed from dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild
index 0a3d64486722..ee6c6b87ae5a 100644
--- a/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1.ebuild
+++ b/dev-ml/ocaml-ctypes/ocaml-ctypes-0.21.1-r1.ebuild
@@ -3,6 +3,7 @@
EAPI=8
+DUNE_PKG_NAME=ctypes
inherit dune
DESCRIPTION="Library for binding to C libraries using pure OCaml"
@@ -20,6 +21,7 @@ RDEPEND="
>=dev-libs/libffi-3.3_rc0:=
dev-ml/bigarray-compat:=
dev-ml/integers:=
+ dev-ml/dune-configurator:=
"
DEPEND="${RDEPEND}
test? ( dev-ml/ounit2 dev-ml/lwt )"