Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
8b56b4dc
Commit
8b56b4dc
authored
1 year ago
by
Celeste
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ocaml-sexplib: upgrade to 0.16.0
parent
cfe0dc9a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!62755
*/ocaml*: rebuild against 4.14.2 & improve
Pipeline
#221379
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ocaml-sexplib/APKBUILD
+5
-6
5 additions, 6 deletions
testing/ocaml-sexplib/APKBUILD
with
5 additions
and
6 deletions
testing/ocaml-sexplib/APKBUILD
+
5
−
6
View file @
8b56b4dc
...
...
@@ -2,22 +2,21 @@
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname
=
ocaml-sexplib
_pkgname
=
sexplib
pkgver
=
0.1
5
.0
pkgrel
=
3
pkgver
=
0.1
6
.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.1
5
.0.tar.gz
d361795cdc24848658aa9245fbb7a78e768849158bbbd4304e6c117f5c15b139f66a714d2eb9cbc3c16bac48dbf36357bd69641300fb7124b8a1614ce34e3a08
sexplib-
v
0.1
6
.0.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment