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
4120945c
Commit
4120945c
authored
1 year ago
by
rubicon
Committed by
omni
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
community/ocaml-csexp: move from testing
parent
2cd2d465
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/ocaml-csexp/APKBUILD
+5
-6
5 additions, 6 deletions
community/ocaml-csexp/APKBUILD
with
5 additions
and
6 deletions
testing
/ocaml-csexp/APKBUILD
→
community
/ocaml-csexp/APKBUILD
+
5
−
6
View file @
4120945c
# Contributor: rubicon <rubicon@mailo.com>
# Maintainer: rubicon <rubicon@mailo.com>
pkgname
=
ocaml-csexp
_pkgname
=
csexp
pkgver
=
1.5.1
pkgrel
=
2
pkgdesc
=
"Parsing and printing of S-expressions in Canonical form"
url
=
"https://github.com/ocaml-dune/csexp"
arch
=
"all !riscv64"
# limited by ocaml aport
arch
=
"all !riscv64"
# limited by ocaml aport
license
=
"MIT"
depends
=
"ocaml-runtime"
depends_dev
=
"
$pkgname
=
$pkgver
-r
$pkgrel
"
options
=
"!check"
# requires ppx_expect
makedepends
=
"dune ocaml ocaml-findlib ocamlbuild"
options
=
"!check"
# requires ppx_expect
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/ocaml-dune/csexp/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
builddir
=
"
$srcdir
/
csexp
-
$pkgver
"
# 32-bit archs
case
"
$CARCH
"
in
...
...
@@ -45,14 +44,14 @@ dev() {
cd
"
$pkgdir
"
local
path
;
for
path
in
$(
find usr/lib/ocaml
\(
\
local
path
;
find usr/lib/ocaml
\(
\
-name
'*.cmt'
-o
\
-name
'*.cmti'
-o
\
-name
'*.cmx'
-o
\
-name
'*.cmxa'
-o
\
-name
'*.ml'
-o
\
-name
'*.mli'
\
\)
)
\)
|
while
read
-r
path
do
amove
"
$path
"
done
...
...
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