ocaml-mula
LOW
maintainer meadow
0 votes
scanned 2026-08-26 17:30:31.857880
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: Manuel Wiesinger <m {you know what belongs here} mmap {and here} at
2
3
_ocamlname=mula
4
pkgname=ocaml-$_ocamlname
5
pkgver=0.1.2
6
pkgrel=1
7
pkgdesc="ML's radishal Universal Levenshtein Automata library."
8
arch=('x86_64')
9
url="https://github.com/ifazk/mula"
10
license=('CC0-1.0')
11
depends=('ocaml')
12
makedepends=('dune')
13
checkdepends=('ocaml-ppx_inline_test')
14
options=('!strip')
15
source=("${pkgname}-${pkgver}.tbz::${url}/releases/download/${pkgver}/mula-${pkgver}.tbz")
16
b2sums=('7624003a75ff38b05d9e26c62d64ffa73f67a4048f20313d233a854bbd862c189d2e6d47cd6ac51c61687c5abadbee9ec7f9b3ef9917a417354e4aebbafa2682')
17
18
check() {
19
cd "${srcdir}/${_ocamlname}-${pkgver}"
20
dune runtest --verbose
21
}
22
23
build() {
24
cd "${srcdir}/${_ocamlname}-${pkgver}"
25
dune build --verbose -p $_ocamlname
26
}
27
28
package() {
29
cd "${srcdir}/${_ocamlname}-${pkgver}"
30
31
DESTDIR="${pkgdir}" dune install \
32
--prefix "/usr" \
33
--libdir "/usr/lib/ocaml" \
34
--docdir "/usr/share/doc" \
35
-p $_ocamlname
36
37
# Move doc
38
mv "${pkgdir}/usr/share/doc/${_ocamlname}" "${pkgdir}/usr/share/doc/${pkgname}"
39
}
40
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-26 17:30:31 | Low | 1 |