diff options
| author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 19:29:27 +0000 |
|---|---|---|
| committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-07 19:29:49 +0000 |
| commit | 293df7ec41ae14731d471980628b089b3c825a30 (patch) | |
| tree | da6b3f0f183c94da16fc5c0442370239a361eb83 /testing | |
| parent | 7d2f3b126580e4f6e12e82c2ee2431e9fb2757cf (diff) | |
| download | aports-293df7ec41ae14731d471980628b089b3c825a30.tar.bz2 aports-293df7ec41ae14731d471980628b089b3c825a30.tar.xz | |
testing: block ocaml packages on mips
Diffstat (limited to 'testing')
44 files changed, 50 insertions, 50 deletions
diff --git a/testing/coccinelle/APKBUILD b/testing/coccinelle/APKBUILD index 7b60880fe4..c348f13a90 100644 --- a/testing/coccinelle/APKBUILD +++ b/testing/coccinelle/APKBUILD @@ -5,8 +5,8 @@ pkgver=1.0.8 pkgrel=0 pkgdesc="A SmPL (Semantic Patch Language) implementation" url="http://coccinelle.lip6.fr/" -# x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +# x86, armhf, s390x, mips, mips64: limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="GPL-2.0-only" subpackages="$pkgname-doc" makedepends=" diff --git a/testing/flow/APKBUILD b/testing/flow/APKBUILD index 96e74d09f4..920d5aff42 100644 --- a/testing/flow/APKBUILD +++ b/testing/flow/APKBUILD @@ -5,8 +5,8 @@ pkgver=0.78.0 pkgrel=0 pkgdesc="A static typechecker for JavaScript" url="https://flow.org" -# x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +# x86, armhf, s390x, mips, mips64: limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="MIT" checkdepends="bash diffutils nodejs yarn" makedepends=" diff --git a/testing/js_of_ocaml/APKBUILD b/testing/js_of_ocaml/APKBUILD index 892c507eeb..d4b70cb6ad 100644 --- a/testing/js_of_ocaml/APKBUILD +++ b/testing/js_of_ocaml/APKBUILD @@ -6,7 +6,7 @@ pkgver=3.1.0 pkgrel=3 pkgdesc="Compiler from OCaml to Javascript" url="http://ocsigen.org/js_of_ocaml/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.0-or-later" depends=" $pkgname-compiler=$pkgver-r$pkgrel diff --git a/testing/merlin/APKBUILD b/testing/merlin/APKBUILD index 88f14948cd..032fe8bf44 100644 --- a/testing/merlin/APKBUILD +++ b/testing/merlin/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.0.5 pkgrel=0 pkgdesc="Context sensitive completion for OCaml" url="https://ocaml.github.io/merlin/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml ocaml-findlib" makedepends=" diff --git a/testing/ocaml-biniou/APKBUILD b/testing/ocaml-biniou/APKBUILD index 37edc8dd14..dd77319314 100644 --- a/testing/ocaml-biniou/APKBUILD +++ b/testing/ocaml-biniou/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.2.1 pkgrel=0 pkgdesc="Extensible binary data format, like JSON but faster" url="https://github.com/ocaml-community/biniou" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-3-Clause" depends="ocaml-runtime ocaml-easy-format" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-camomile/APKBUILD b/testing/ocaml-camomile/APKBUILD index 7c0f7f4b2d..8966949365 100644 --- a/testing/ocaml-camomile/APKBUILD +++ b/testing/ocaml-camomile/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A Unicode library for OCaml" url="https://github.com/yoriyuki/Camomile" # x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="LGPL-2.0-or-later" depends="$pkgname-data=$pkgver-r$pkgrel ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib opam" diff --git a/testing/ocaml-cmdliner/APKBUILD b/testing/ocaml-cmdliner/APKBUILD index 8120af3f9d..66e7916c54 100644 --- a/testing/ocaml-cmdliner/APKBUILD +++ b/testing/ocaml-cmdliner/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.4 pkgrel=0 pkgdesc="Declarative definition of command line interfaces for OCaml" url="http://erratique.ch/software/cmdliner" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="ISC" depends="ocaml-result ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-cppo/APKBUILD b/testing/ocaml-cppo/APKBUILD index 8f34189e0e..d98d62817d 100644 --- a/testing/ocaml-cppo/APKBUILD +++ b/testing/ocaml-cppo/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.6.6 pkgrel=0 pkgdesc="C-style preprocessor for OCaml" url="https://github.com/mjambon/cppo" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml license="BSD-3-Clause" makedepends="dune ocaml ocaml-ocamlbuild-dev ocaml-findlib opam" options="textrels" # needed for ppc64le diff --git a/testing/ocaml-csv/APKBUILD b/testing/ocaml-csv/APKBUILD index 5c25a66d8f..11c0c063e9 100644 --- a/testing/ocaml-csv/APKBUILD +++ b/testing/ocaml-csv/APKBUILD @@ -7,7 +7,7 @@ pkgver=2.2 pkgrel=0 pkgdesc="OCaml library for reading and writing CSV files" url="https://github.com/Chris00/ocaml-csv" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml abuild +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml abuild license="LGPL-2.1-or-later" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-dtoa/APKBUILD b/testing/ocaml-dtoa/APKBUILD index 1773543eb9..ae6ef2f685 100644 --- a/testing/ocaml-dtoa/APKBUILD +++ b/testing/ocaml-dtoa/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.3.2 pkgrel=0 pkgdesc="double-to-ascii ocaml implementation" url="https://github.com/flowtype/ocaml-dtoa" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-runtime" checkdepends="ocaml-ounit-dev" diff --git a/testing/ocaml-easy-format/APKBUILD b/testing/ocaml-easy-format/APKBUILD index ab797d90fd..797e40c986 100644 --- a/testing/ocaml-easy-format/APKBUILD +++ b/testing/ocaml-easy-format/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.3.1 pkgrel=3 pkgdesc="Pretty-printing library for OCaml" url="https://mjambon.github.io/mjambon2016/easy-format.html" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-3-Clause" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-gen/APKBUILD b/testing/ocaml-gen/APKBUILD index ea4e5572bf..3ec710e69b 100644 --- a/testing/ocaml-gen/APKBUILD +++ b/testing/ocaml-gen/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.5.2 pkgrel=0 pkgdesc="Simple, efficient iterators for OCaml" url="https://github.com/c-cube/gen/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-2-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-findlib opam" diff --git a/testing/ocaml-lambda-term/APKBUILD b/testing/ocaml-lambda-term/APKBUILD index e22c86b392..fe49bd4601 100644 --- a/testing/ocaml-lambda-term/APKBUILD +++ b/testing/ocaml-lambda-term/APKBUILD @@ -6,8 +6,8 @@ pkgver=1.13 pkgrel=0 pkgdesc="Terminal manipulation library for OCaml" url="https://github.com/diml/lambda-term" -# x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +# x86, armhf, s390x, mips, mips64: limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="BSD-3-Clause" depends="ocaml-camomile ocaml-lwt ocaml-lwt_react ocaml-lwt_log ocaml-zed" makedepends=" diff --git a/testing/ocaml-lwt/APKBUILD b/testing/ocaml-lwt/APKBUILD index 6e4e90c460..dbd3bb00bd 100644 --- a/testing/ocaml-lwt/APKBUILD +++ b/testing/ocaml-lwt/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.1.0 pkgrel=0 pkgdesc="OCaml promises and concurrent I/O" url="https://github.com/ocsigen/lwt" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later-WITH-linking-exception BSD-3-Clause" depends="ocaml-runtime ocaml-result" depends_dev="libev-dev" diff --git a/testing/ocaml-lwt_log/APKBUILD b/testing/ocaml-lwt_log/APKBUILD index ae5c91e295..112476f583 100644 --- a/testing/ocaml-lwt_log/APKBUILD +++ b/testing/ocaml-lwt_log/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.1.0 pkgrel=0 pkgdesc="Lwt-friendly logger" url="https://github.com/aantron/lwt_log" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later-WITH-linking-exception BSD-3-Clause" depends="ocaml-runtime ocaml-lwt>=4.0.0" makedepends="dune ocaml ocaml-findlib ocaml-lwt-dev>=4.0.0 opam" diff --git a/testing/ocaml-markup/APKBUILD b/testing/ocaml-markup/APKBUILD index 23ee596635..6827c5035c 100644 --- a/testing/ocaml-markup/APKBUILD +++ b/testing/ocaml-markup/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.7.6 pkgrel=4 pkgdesc="Error-recovering streaming HTML5 and XML parsers for OCaml" url="https://aantron.github.io/markup.ml" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-2-Clause" depends="ocaml-runtime ocaml-lwt ocaml-uchar ocaml-uutf" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-merlin-extend/APKBUILD b/testing/ocaml-merlin-extend/APKBUILD index 7a279a65b2..73fefa37ed 100644 --- a/testing/ocaml-merlin-extend/APKBUILD +++ b/testing/ocaml-merlin-extend/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.3 pkgrel=2 pkgdesc="SDK to extend Merlin" url="https://github.com/let-def/merlin-extend" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-runtime" makedepends="ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib" diff --git a/testing/ocaml-migrate-parsetree/APKBUILD b/testing/ocaml-migrate-parsetree/APKBUILD index 9072e7c438..260ba153de 100644 --- a/testing/ocaml-migrate-parsetree/APKBUILD +++ b/testing/ocaml-migrate-parsetree/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.0.11 pkgrel=0 pkgdesc="Convert OCaml parsetrees between different major versions" url="https://github.com/ocaml-ppx/ocaml-migrate-parsetree" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml license="LGPL-2.1-only-WITH-linking-exception" depends="ocaml-result ocaml-runtime" depends_dev="ocaml-result-dev" diff --git a/testing/ocaml-obuild/APKBUILD b/testing/ocaml-obuild/APKBUILD index 50f375e92d..5a7004b8a2 100644 --- a/testing/ocaml-obuild/APKBUILD +++ b/testing/ocaml-obuild/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.1.10 pkgrel=0 pkgdesc="Simple package build system for ocaml" url="https://github.com/ocaml-obuild/obuild" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-2-Clause" depends="ocaml-runtime" makedepends="ocaml ocaml-findlib opam" diff --git a/testing/ocaml-ounit/APKBUILD b/testing/ocaml-ounit/APKBUILD index 9ec54911ec..a1676d24c2 100644 --- a/testing/ocaml-ounit/APKBUILD +++ b/testing/ocaml-ounit/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.8 pkgrel=2 pkgdesc="A unit test framework for OCaml" url="http://ounit.forge.ocamlcore.org/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-ppx_derivers/APKBUILD b/testing/ocaml-ppx_derivers/APKBUILD index 531d909632..31a40700bc 100644 --- a/testing/ocaml-ppx_derivers/APKBUILD +++ b/testing/ocaml-ppx_derivers/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.2 pkgrel=1 pkgdesc="Shared [@@deriving] plugins registry" url="https://github.com/ocaml-ppx/ppx_derivers" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-3-Clause" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-ppx_deriving/APKBUILD b/testing/ocaml-ppx_deriving/APKBUILD index ee6056fd4b..dffcc3b2a2 100644 --- a/testing/ocaml-ppx_deriving/APKBUILD +++ b/testing/ocaml-ppx_deriving/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.2.1 pkgrel=2 pkgdesc="Type-driven code generation for OCaml" url="https://github.com/ocaml-ppx/ppx_deriving" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends=" ocaml-migrate-parsetree diff --git a/testing/ocaml-ppx_gen_rec/APKBUILD b/testing/ocaml-ppx_gen_rec/APKBUILD index a71e4d9063..f3425add9c 100644 --- a/testing/ocaml-ppx_gen_rec/APKBUILD +++ b/testing/ocaml-ppx_gen_rec/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.0 pkgrel=0 pkgdesc="OCaml preprocessor that generates a recursive module" url="https://github.com/flowtype/ocaml-ppx_gen_rec" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-runtime ocaml-migrate-parsetree" makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib ocaml-migrate-parsetree-dev opam" diff --git a/testing/ocaml-ppx_tools/APKBUILD b/testing/ocaml-ppx_tools/APKBUILD index dca2ccfa5a..d5076915b1 100644 --- a/testing/ocaml-ppx_tools/APKBUILD +++ b/testing/ocaml-ppx_tools/APKBUILD @@ -8,7 +8,7 @@ _ocamlver=4.06 _pkgver="$pkgver+$_ocamlver.0" pkgdesc="Tools for authors of ppx rewriters" url="https://github.com/ocaml-ppx/ppx_tools" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-findlib ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-ppx_tools_versioned/APKBUILD b/testing/ocaml-ppx_tools_versioned/APKBUILD index b0720ac96d..94801165e4 100644 --- a/testing/ocaml-ppx_tools_versioned/APKBUILD +++ b/testing/ocaml-ppx_tools_versioned/APKBUILD @@ -6,7 +6,7 @@ pkgver=5.2 pkgrel=0 pkgdesc="Tools for authors of ppx rewriters" url="https://github.com/ocaml-ppx/ppx_tools_versioned" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-runtime ocaml-migrate-parsetree" makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib diff --git a/testing/ocaml-ptmap/APKBUILD b/testing/ocaml-ptmap/APKBUILD index f131965da5..688224e510 100644 --- a/testing/ocaml-ptmap/APKBUILD +++ b/testing/ocaml-ptmap/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.0.4 pkgrel=0 pkgdesc="Maps over integers implemented as Patricia trees" url="https://github.com/backtracking/ptmap" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later WITH OCaml-linking-exception" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-qcheck/APKBUILD b/testing/ocaml-qcheck/APKBUILD index ac407efb92..0d1b68b454 100644 --- a/testing/ocaml-qcheck/APKBUILD +++ b/testing/ocaml-qcheck/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.12 pkgrel=1 pkgdesc="QuickCheck inspired property-based testing for OCaml" url="https://github.com/c-cube/qcheck" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-2-Clause" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-qtest/APKBUILD b/testing/ocaml-qtest/APKBUILD index 7250e23820..dde91a6160 100644 --- a/testing/ocaml-qtest/APKBUILD +++ b/testing/ocaml-qtest/APKBUILD @@ -6,7 +6,7 @@ pkgver=2.10.1 pkgrel=0 pkgdesc="Lightweight inline test extraction from comments" url="https://github.com/vincent-hugot/qtest" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="GPL-3.0-or-later" depends="ocaml-runtime ocaml-qcheck" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-re/APKBUILD b/testing/ocaml-re/APKBUILD index fcf4dce951..8beedd00f3 100644 --- a/testing/ocaml-re/APKBUILD +++ b/testing/ocaml-re/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.7.3 pkgrel=0 pkgdesc="Pure OCaml regular expressions, with support for Perl and POSIX-style strings" url="https://github.com/ocaml/ocaml-re" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-react/APKBUILD b/testing/ocaml-react/APKBUILD index e3f96a6317..2284af3141 100644 --- a/testing/ocaml-react/APKBUILD +++ b/testing/ocaml-react/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.2.1 pkgrel=0 pkgdesc="OCaml framework for Functional Reactive Programming (FRP)" url="http://erratique.ch/software/react" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="ISC" depends="ocaml-runtime" makedepends="ncurses ocaml ocaml-compiler-libs ocaml-findlib ocaml-topkg ocamlbuild opam" diff --git a/testing/ocaml-reactivedata/APKBUILD b/testing/ocaml-reactivedata/APKBUILD index a0351edc1e..e982222485 100644 --- a/testing/ocaml-reactivedata/APKBUILD +++ b/testing/ocaml-reactivedata/APKBUILD @@ -6,7 +6,7 @@ pkgver=0.2.1 pkgrel=1 pkgdesc="FRP with incremental changes in data structures for OCaml" url="https://github.com/ocsigen/reactiveData/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later-WITH-linking-exception" depends="ocaml-react ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-result/APKBUILD b/testing/ocaml-result/APKBUILD index 2f6f29506e..c9f42f783a 100644 --- a/testing/ocaml-result/APKBUILD +++ b/testing/ocaml-result/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4 pkgrel=0 pkgdesc="Compat result type" url="https://github.com/janestreet/result" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml license="BSD-3-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-findlib opam" diff --git a/testing/ocaml-sedlex/APKBUILD b/testing/ocaml-sedlex/APKBUILD index cea3e7eb6b..bcdfc2ec5e 100644 --- a/testing/ocaml-sedlex/APKBUILD +++ b/testing/ocaml-sedlex/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.99.4 pkgrel=0 pkgdesc="An OCaml lexer generator for Unicode" url="https://github.com/alainfrisch/sedlex" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-gen ocaml-migrate-parsetree diff --git a/testing/ocaml-sha/APKBUILD b/testing/ocaml-sha/APKBUILD index 0dcec29b61..74b190b35a 100644 --- a/testing/ocaml-sha/APKBUILD +++ b/testing/ocaml-sha/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.12 pkgrel=0 pkgdesc="Binding to the SHA cryptographic functions" url="https://github.com/djs55/ocaml-sha" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="ISC" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-topkg/APKBUILD b/testing/ocaml-topkg/APKBUILD index ed2121a38b..8c70caee25 100644 --- a/testing/ocaml-topkg/APKBUILD +++ b/testing/ocaml-topkg/APKBUILD @@ -7,7 +7,7 @@ pkgver=0.9.1 pkgrel=1 pkgdesc="The transitory OCaml software packager" url="http://erratique.ch/software/topkg" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="ISC" depends="ocaml-result ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-tyxml/APKBUILD b/testing/ocaml-tyxml/APKBUILD index 254a8c7e9a..4dddc46e3d 100644 --- a/testing/ocaml-tyxml/APKBUILD +++ b/testing/ocaml-tyxml/APKBUILD @@ -6,7 +6,7 @@ pkgver=4.2.0 pkgrel=1 pkgdesc="OCaml library for building statically correct HTML and SVG documents" url="https://ocsigen.org/tyxml/" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-or-later" depends="ocaml-runtime ocaml-re ocaml-uchar ocaml-uutf" depends_dev="$pkgname=$pkgver-r$pkgrel $pkgname-ppx=$pkgver-r$pkgrel" diff --git a/testing/ocaml-uchar/APKBUILD b/testing/ocaml-uchar/APKBUILD index e3666a7f50..a3b74f9549 100644 --- a/testing/ocaml-uchar/APKBUILD +++ b/testing/ocaml-uchar/APKBUILD @@ -9,7 +9,7 @@ pkgver=0.0.2 pkgrel=0 pkgdesc="Compatibility library for OCaml's Uchar module" url="https://github.com/ocaml/uchar" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="LGPL-2.1-WITH-linking-exception" depends="ocaml-runtime" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-uutf/APKBUILD b/testing/ocaml-uutf/APKBUILD index b32a356588..d2eb46a4ba 100644 --- a/testing/ocaml-uutf/APKBUILD +++ b/testing/ocaml-uutf/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.1 pkgrel=1 pkgdesc="Non-blocking streaming Unicode codec for OCaml" url="https://github.com/dbuenzli/uutf" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="ISC" depends="ocaml-uchar" depends_dev="$pkgname=$pkgver-r$pkgrel" diff --git a/testing/ocaml-wtf8/APKBUILD b/testing/ocaml-wtf8/APKBUILD index b10559a65b..c014ec1aea 100644 --- a/testing/ocaml-wtf8/APKBUILD +++ b/testing/ocaml-wtf8/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.0.2 pkgrel=0 pkgdesc="An ocaml library that implements a WTF-8 encoder and decoder" url="https://github.com/flowtype/ocaml-wtf8" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="MIT" depends="ocaml-runtime" makedepends="dune ocaml ocaml-findlib opam" diff --git a/testing/ocaml-yojson/APKBUILD b/testing/ocaml-yojson/APKBUILD index 38345166d8..94849d7b88 100644 --- a/testing/ocaml-yojson/APKBUILD +++ b/testing/ocaml-yojson/APKBUILD @@ -6,7 +6,7 @@ pkgver=1.4.1 pkgrel=3 pkgdesc="JSON parsing and pretty-printing library for OCaml" url="https://github.com/mjambon/yojson" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="BSD-3-Clause" depends="ocaml-runtime ocaml-biniou ocaml-easy-format" depends_dev="$pkgname=$pkgver-r$pkgrel ocaml-biniou-dev ocaml-easy-format-dev" diff --git a/testing/ocaml-zed/APKBUILD b/testing/ocaml-zed/APKBUILD index 26955f06eb..a3c11c93fa 100644 --- a/testing/ocaml-zed/APKBUILD +++ b/testing/ocaml-zed/APKBUILD @@ -6,8 +6,8 @@ pkgver=1.6 pkgrel=2 pkgdesc="Abstract engine for text edition in OCaml" url="https://github.com/diml/zed" -# x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +# x86, armhf, s390x, mips, mips64: limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="BSD-3-Clause" depends="ocaml-runtime" makedepends="dune ocaml ocaml-compiler-libs ocaml-camomile-dev ocaml-findlib diff --git a/testing/ocamlclean/APKBUILD b/testing/ocamlclean/APKBUILD index ff121245c7..cf58a6cd92 100644 --- a/testing/ocamlclean/APKBUILD +++ b/testing/ocamlclean/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.1 pkgrel=0 pkgdesc="OCaml Bytecode Cleaner" url="http://www.algo-prog.info/ocapic/web/index.php?id=OCAPIC:OCamlClean" -arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport license="CECILL-2.0" makedepends="bash ocaml ocamlbuild" subpackages="$pkgname-doc" diff --git a/testing/reason/APKBUILD b/testing/reason/APKBUILD index ec29560c03..dd2d6c4120 100644 --- a/testing/reason/APKBUILD +++ b/testing/reason/APKBUILD @@ -5,8 +5,8 @@ pkgver=3.0.4 pkgrel=2 pkgdesc="Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems" url="https://reasonml.github.io/" -# x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +# x86, armhf, s390x, mips, mips64: limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="MIT" checkdepends="nodejs utop-full" _menhirver=20171013 diff --git a/testing/utop/APKBUILD b/testing/utop/APKBUILD index 2ef228d69e..ec565915ef 100644 --- a/testing/utop/APKBUILD +++ b/testing/utop/APKBUILD @@ -5,8 +5,8 @@ pkgver=2.1.0 pkgrel=2 pkgdesc="Universal toplevel for OCaml" url="https://github.com/diml/utop" -# x86, armhf, s390x: limited by ocaml aport -arch="all !x86 !armhf !armv7 !s390x" +# x86, armhf, s390x, mips, mips64: limited by ocaml aport +arch="all !x86 !armhf !armv7 !s390x !mips !mips64" license="BSD-3-Clause" depends=" ocaml-$pkgname=$pkgver-r$pkgrel |
