aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ocaml-lwt
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ocaml-lwt')
-rw-r--r--testing/ocaml-lwt/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/ocaml-lwt/APKBUILD b/testing/ocaml-lwt/APKBUILD
index 3c365012f4..f3019e00ff 100644
--- a/testing/ocaml-lwt/APKBUILD
+++ b/testing/ocaml-lwt/APKBUILD
@@ -3,12 +3,13 @@
pkgname=ocaml-lwt
_pkgname=lwt
pkgver=3.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="OCaml promises and concurrent I/O"
url="https://github.com/ocsigen/lwt"
-arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports
+arch="all !x86 !armhf !s390x" # limited by ocaml aport
license="LGPL-2.1-or-later-WITH-linking-exception BSD-3-Clause"
-depends="ocaml-migrate-parsetree
+depends="ocaml-runtime
+ ocaml-migrate-parsetree
ocaml-ppx_tools_versioned
ocaml-result
"