diff options
Diffstat (limited to 'testing/ocaml-ppx_tools_versioned')
-rw-r--r-- | testing/ocaml-ppx_tools_versioned/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ocaml-ppx_tools_versioned/APKBUILD b/testing/ocaml-ppx_tools_versioned/APKBUILD index 062044967f..82e3864899 100644 --- a/testing/ocaml-ppx_tools_versioned/APKBUILD +++ b/testing/ocaml-ppx_tools_versioned/APKBUILD @@ -3,11 +3,12 @@ pkgname=ocaml-ppx_tools_versioned _pkgname=ppx_tools_versioned pkgver=5.1 -pkgrel=0 +pkgrel=1 pkgdesc="Tools for authors of ppx rewriters" url="https://github.com/ocaml-ppx/ppx_tools_versioned" arch="all !x86 !armhf !s390x" # limited by ocaml aport license="MIT" +depends="ocaml-migrate-parsetree" makedepends="ocaml ocaml-findlib ocaml-migrate-parsetree-dev ocaml-result-dev" # textrels needed for ppc64le # no tests provided |