Skip to content
Snippets Groups Projects
Commit fa42f269 authored by rubicon's avatar rubicon Committed by alice
Browse files

testing/ocaml-gen: move from unmaintained

as depends for ocaml-sedlex
parent 24168a09
No related branches found
No related tags found
1 merge request!34598testing/ocaml*: try rebuilding lablgtk3 and lwt against new dune-configurator, enable lwt-ppx subpackage, some new aports
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer:
pkgname=ocaml-gen
_pkgname=gen
pkgver=1.0
pkgrel=0
pkgdesc="Simple, efficient iterators for OCaml"
url="https://github.com/c-cube/gen/"
arch="all !riscv64" # limited by ocaml aport
license="BSD-2-Clause"
depends="ocaml-runtime"
depends_dev="$pkgname=$pkgver-r$pkgrel"
makedepends="dune dune-configurator ocaml"
checkdepends="ocaml-ounit-dev ocaml-qcheck-dev ocaml-qtest-dev"
options="!check"
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/c-cube/gen/archive/v$pkgver.tar.gz
dont-use-external-seq.patch
"
builddir="$srcdir/$_pkgname-$pkgver"
_ocamldir=usr/lib/ocaml
# 32-bit archs
case "$CARCH" in
arm*|x86) options="$options textrels" ;;
esac
build() {
dune build --release --verbose
}
check() {
dune runtest --verbose
}
package() {
dune install \
--destdir="$pkgdir" \
--docdir=/.omit
rm -Rf "$pkgdir"/.omit
}
dev() {
default_dev
cd "$pkgdir"
local path; for path in $(find $_ocamldir \( \
-name '*.cmt' -o \
-name '*.cmti' -o \
-name '*.cmx' -o \
-name '*.cmxa' -o \
-name '*.ml' -o \
-name '*.mli' \
\))
do
amove "$path"
done
}
sha512sums="
fb4ec2ab35a1aba0dcc8439b11f14a0a785d939f661f505aec88a6f2ca6ca87e14ddfda860d9c180b215190b76690de87040c144582f069224f7e58d37ef48a0 ocaml-gen-1.0.tar.gz
d9e4bc65357c4f83e39418a14e299e7626229545fac4c5e38e172f5dcb1e47abf651af77bc7ccdcc6ccaf15a2d9856c166f62b8a3882a781865ea5aacd4ed0de dont-use-external-seq.patch
"
--- a/src/dune
+++ b/src/dune
@@ -21,5 +21,5 @@
(modules Gen GenLabels GenM GenClone GenMList GenM_intf Gen_intf GenLabels_intf GenShims_)
(flags :standard -warn-error -a+8 -safe-string -nolabels)
(ocamlopt_flags :standard (:include flambda.flags))
- (libraries bytes seq))
+ (libraries bytes))
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer:
pkgname=ocaml-gen
_pkgname=gen
pkgver=0.5.2
pkgrel=1
pkgdesc="Simple, efficient iterators for OCaml"
url="https://github.com/c-cube/gen/"
arch="all !x86 !armhf !armv7 !s390x !mips !mips64" # limited by ocaml aport
license="BSD-2-Clause"
depends="ocaml-runtime"
makedepends="dune ocaml ocaml-findlib opam"
options="!check" # XXX: tests require additional dependencies we don't have yet
subpackages="$pkgname-dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/c-cube/$_pkgname/archive/$pkgver/gen-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
build() {
jbuilder build @install
}
check() {
jbuilder runtest
}
package() {
mkdir -p "$pkgdir"/usr/lib/ocaml
jbuilder install \
--destdir="$pkgdir" \
--prefix=/usr \
--libdir=/usr/lib/ocaml
# There's just a readme and changelog.
rm -Rf "$pkgdir"/usr/doc
# Remove annotation files and sources.
cd "$pkgdir"/usr/lib/ocaml/$_pkgname
rm -f *.cmt* *.ml
}
dev() {
default_dev
depends="$pkgname=$pkgver-r$pkgrel"
local sitelib="usr/lib/ocaml/$_pkgname"
mkdir -p "$subpkgdir"/$sitelib
cd "$pkgdir"/$sitelib
mv *.cmx *.cmxa *.mli "$subpkgdir"/$sitelib/
}
sha512sums="c84e5ea0c9b3a678b6a5c935eacf91265a79b68a48375c44aa5f159d4cb02283c1be0786e172a153666c670bc7ee37b931004b8747a99e5f4ab90ca63e097ff5 ocaml-gen-0.5.2.tar.gz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment