mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
testing/ocaml-merlin-extend: rebuild with ocaml 4.06.1, enable on ppc64le
...and fix depends. ocaml-cppo is now available for ppc64le.
This commit is contained in:
parent
527ea82dd0
commit
b2d6673fce
@ -3,12 +3,13 @@
|
|||||||
pkgname=ocaml-merlin-extend
|
pkgname=ocaml-merlin-extend
|
||||||
_pkgname=merlin-extend
|
_pkgname=merlin-extend
|
||||||
pkgver=0.3
|
pkgver=0.3
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="SDK to extend Merlin"
|
pkgdesc="SDK to extend Merlin"
|
||||||
url="https://github.com/let-def/merlin-extend"
|
url="https://github.com/let-def/merlin-extend"
|
||||||
arch="all !x86 !armhf !s390x !ppc64le" # limited by ocaml and ocaml-cppo aports
|
arch="all !x86 !armhf !s390x" # limited by ocaml aport
|
||||||
license="MIT"
|
license="MIT"
|
||||||
makedepends="ocaml ocaml-cppo ocaml-findlib"
|
depends="ocaml-runtime"
|
||||||
|
makedepends="ocaml ocaml-compiler-libs ocaml-cppo ocaml-findlib"
|
||||||
options="!check" # no tests provided
|
options="!check" # no tests provided
|
||||||
subpackages="$pkgname-dev"
|
subpackages="$pkgname-dev"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/let-def/$_pkgname/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/let-def/$_pkgname/archive/v$pkgver.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user