mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/ocaml-sexplib: upgrade to 0.16.0
This commit is contained in:
parent
cfe0dc9a03
commit
8b56b4dcc9
@ -2,22 +2,21 @@
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=ocaml-sexplib
|
||||
_pkgname=sexplib
|
||||
pkgver=0.15.0
|
||||
pkgrel=3
|
||||
pkgver=0.16.0
|
||||
pkgrel=0
|
||||
pkgdesc="Library for serializing OCaml values to and from S-expressions"
|
||||
url="https://github.com/janestreet/sexplib"
|
||||
arch="all !riscv64" # limited by ocaml aport
|
||||
license="MIT"
|
||||
depends_dev="
|
||||
$pkgname=$pkgver-r$pkgrel
|
||||
ocaml-base-dev
|
||||
ocaml-num-dev
|
||||
ocaml-parsexp-dev
|
||||
ocaml-sexplib0-dev
|
||||
"
|
||||
makedepends="$depends_dev dune ocaml"
|
||||
subpackages="$pkgname-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://ocaml.janestreet.com/ocaml-core/v${pkgver%.*}/files/sexplib-v$pkgver.tar.gz"
|
||||
source="https://ocaml.janestreet.com/ocaml-core/v${pkgver%.*}/files/sexplib-v$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgname-v$pkgver"
|
||||
_ocamldir=usr/lib/ocaml
|
||||
|
||||
@ -31,7 +30,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
dune runtest --verbose
|
||||
dune runtest --build-dir=.testenv --verbose
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -79,5 +78,5 @@ scan_python3_dependency() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
141a24649439e1c707004ba19977072c44a68d2dc79fa3659663dc325089245fc623c7ef231d31774e94e92b6ceedbe604930a352c4ce54473adee7e9d377c11 ocaml-sexplib-0.15.0.tar.gz
|
||||
d361795cdc24848658aa9245fbb7a78e768849158bbbd4304e6c117f5c15b139f66a714d2eb9cbc3c16bac48dbf36357bd69641300fb7124b8a1614ce34e3a08 sexplib-v0.16.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user