diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-07 00:12:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-07 01:33:56 +0100 |
commit | d5da0874a9df63fecd90755f48c143d7753981ed (patch) | |
tree | 8486af76986617a1c3dd8e3a6d3d38416ef244a4 /testing/ocaml-migrate-parsetree | |
parent | 13402771c633461928ad20f859414e238084a904 (diff) | |
download | aports-d5da0874a9df63fecd90755f48c143d7753981ed.tar.bz2 aports-d5da0874a9df63fecd90755f48c143d7753981ed.tar.xz |
testing/ocaml-migrate-parsetree: fix depends
Diffstat (limited to 'testing/ocaml-migrate-parsetree')
-rw-r--r-- | testing/ocaml-migrate-parsetree/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD index 91979c702b..fa2213c600 100644 --- a/testing/ocaml-migrate-parsetree/APKBUILD +++ b/testing/ocaml-migrate-parsetree/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="Convert OCaml parsetrees between different major versions" url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree" arch="all !x86 !armhf !s390x" # limited by ocaml license="LGPL-2.1-only-WITH-linking-exception" +depends="ocaml-result" makedepends="dune ocaml ocamlbuild ocaml-findlib ocaml-result-dev opam" options="textrels" # ppc64le (?!) subpackages="$pkgname-dev $pkgname-doc $pkgname-ocamlbuild" |