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
879fe818
Commit
879fe818
authored
2 years ago
by
Luca Weiss
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
unmaintained/ocaml-ppx_deriving: remove
Package is available in testing.
parent
a2305e0d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!36133
unmaintained/ocaml-ppx_deriving: remove
Pipeline
#127685
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
unmaintained/ocaml-ppx_deriving/APKBUILD
+0
-86
0 additions, 86 deletions
unmaintained/ocaml-ppx_deriving/APKBUILD
with
0 additions
and
86 deletions
unmaintained/ocaml-ppx_deriving/APKBUILD
deleted
100644 → 0
+
0
−
86
View file @
a2305e0d
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer:
pkgname
=
ocaml-ppx_deriving
_pkgname
=
ppx_deriving
pkgver
=
4.2.1
pkgrel
=
3
pkgdesc
=
"Type-driven code generation for OCaml"
url
=
"https://github.com/ocaml-ppx/ppx_deriving"
arch
=
"all !x86 !armhf !armv7 !s390x !mips !mips64"
# limited by ocaml aport
license
=
"MIT"
depends
=
"
ocaml-migrate-parsetree
ocaml-ppx_derivers
ocaml-ppx_tools
ocaml-result
ocaml-runtime
"
depends_dev
=
"
$pkgname
=
$pkgver
-r
$pkgrel
"
checkdepends
=
"ocaml-ounit"
makedepends
=
"
grep
ocaml
ocaml-compiler-libs
ocaml-cppo-dev
ocaml-cppo-ocamlbuild
ocaml-findlib-dev
ocaml-migrate-parsetree-dev
ocaml-ocamlbuild-dev
ocaml-ppx_derivers-dev
ocaml-ppx_tools-dev
ocaml-result-dev
ocamlbuild
opam
"
subpackages
=
"
$pkgname
-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/ocaml-ppx/
$_pkgname
/archive/v
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
make
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
opam-installer
-i
\
--prefix
=
"
$pkgdir
/usr"
\
--libdir
=
"
$pkgdir
/usr/lib/ocaml"
\
--docdir
=
"
$builddir
/.omit"
\
$_pkgname
.install
cd
"
$pkgdir
"
# Move executable to /usr/bin.
mkdir
-p
usr/bin
mv
usr/lib/
$_pkgname
/ppx_deriving usr/bin/
rmdir
usr/lib/
$_pkgname
# Remove annotation files.
rm
-Rf
"
$pkgdir
"
/usr/lib/ocaml/
$_pkgname
/
*
.cmt
*
}
dev
()
{
local
sitelib
=
"usr/lib/ocaml/
$_pkgname
"
default_dev
cd
"
$pkgdir
"
mkdir
-p
"
$subpkgdir
"
/usr
mv
usr/bin
"
$subpkgdir
"
/usr/
ln
-s
../../../bin/ppx_deriving
\
"
$subpkgdir
"
/usr/lib/ocaml/
$_pkgname
/ppx_deriving
cd
"
$pkgdir
"
/
$sitelib
mkdir
-p
"
$subpkgdir
"
/
$sitelib
mv
*
.cmx
*
.cmxa
*
.mli
"
$subpkgdir
"
/
$sitelib
/
}
sha512sums
=
"306cd62a5a2906782789967c9df3efd0f9fc31c4f59e39d3f678a0a24a5c48a210af8a28c9483a0f6ae174a36f79a00a2b1a0d547006c84fcc7a91101c2cd41b ocaml-ppx_deriving-4.2.1.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