mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/ocaml-migrate-parsetree: rebuild with ocaml 4.06.1, fix depends
This commit is contained in:
parent
ad7120cafc
commit
8b9b9385e4
@ -2,13 +2,14 @@
|
||||
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
|
||||
pkgname=ocaml-migrate-parsetree
|
||||
pkgver=1.0.7
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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"
|
||||
depends="ocaml-result ocaml-runtime"
|
||||
makedepends="dune ocaml ocaml-compiler-libs ocaml-findlib ocaml-result-dev
|
||||
ocamlbuild opam"
|
||||
options="textrels" # ppc64le (?!)
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-ocamlbuild"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml-ppx/$pkgname/archive/v$pkgver.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user