Skip to content
Snippets Groups Projects
Commit dcbf3b81 authored by omni's avatar omni
Browse files

testing/ocaml-extlib: rebuild against ocaml 4.13.0

Also enable on archs supported by ocaml aport
parent fb71d301
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !25782. Comments created here will be created in the context of that merge request.
......@@ -2,16 +2,21 @@
# Maintainer: Fernando Casas Schossow <casasfernando@outlook.com>
pkgname=ocaml-extlib
pkgver=1.7.8
pkgrel=0
pkgrel=1
pkgdesc="OCaml ExtLib additions to the standard library"
url="https://github.com/ygrek/ocaml-extlib"
arch="aarch64 ppc64le x86_64" # restricted by ocaml
arch="all !mips64 !riscv64" # limited by ocaml
license="LGPL-2.1-or-later-WITH-linking-exception"
makedepends="ocaml ocaml-findlib-dev ocaml-ocamldoc ocaml-cppo gawk"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/ygrek/ocaml-extlib/releases/download/$pkgver/extlib-$pkgver.tar.gz"
builddir="$srcdir/extlib-$pkgver"
# 32bit archs
case "$CARCH" in
arm*|x86) options="$options textrels" ;;
esac
build() {
cd "$builddir"
make build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment