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
5597d350
Commit
5597d350
authored
1 year ago
by
Celeste
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/ocaml-ppx_sexp_conv: upgrade to 0.16.0
parent
75ff286a
No related branches found
No related tags found
1 merge request
!62755
*/ocaml*: rebuild against 4.14.2 & improve
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/ocaml-ppx_sexp_conv/APKBUILD
+6
-6
6 additions, 6 deletions
testing/ocaml-ppx_sexp_conv/APKBUILD
with
6 additions
and
6 deletions
testing/ocaml-ppx_sexp_conv/APKBUILD
+
6
−
6
View file @
5597d350
...
...
@@ -2,8 +2,8 @@
# Maintainer: Celeste <cielesti@protonmail.com>
pkgname
=
ocaml-ppx_sexp_conv
_pkgname
=
ppx_sexp_conv
pkgver
=
0.1
5.1
pkgrel
=
2
pkgver
=
0.1
6.0
pkgrel
=
0
pkgdesc
=
"[@@deriving] plugin to generate S-expression conversion functions"
url
=
"https://github.com/janestreet/ppx_sexp_conv"
arch
=
"all !riscv64"
# limited by ocaml aport
...
...
@@ -16,8 +16,8 @@ depends_dev="
"
makedepends
=
"
$depends_dev
dune ocaml"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/
v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
source
=
"
https://ocaml.janestreet.com/ocaml-core/v
${
pkgver
%.*
}
/files/ppx_sexp_conv-
v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
v
$pkgver
"
_ocamldir
=
usr/lib/ocaml
# 32-bit archs
...
...
@@ -30,7 +30,7 @@ build() {
}
check
()
{
dune runtest
--verbose
dune runtest
--build-dir
=
.testenv
--verbose
}
package
()
{
...
...
@@ -78,5 +78,5 @@ scan_python3_dependency() {
}
sha512sums
=
"
f2b669e7c7bbbc8dd4978b47b73662dd0195ae85cdd71596485211cb5ab4daedcae9be4b33796674320e0d324b7ee9f90d3b219212be98ed792e3a89ccf8c41b ocaml-
ppx_sexp_conv-0.1
5.1
.tar.gz
898549b8fdac328bf4583b3ee744b7fed59bb22ebcf9d5afe4268985c60f5d7b04881a7e77fc2940776afb21669e96411a244b5e4902af737c673f0cce63bb55
ppx_sexp_conv-
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