ocaml-mula

LOW
maintainer meadow 0 votes scanned 2026-08-26 17:30:31.857880
View on AUR
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
4pkgname=ocaml-$_ocamlname
5pkgver=0.1.2
6pkgrel=1
7pkgdesc="ML's radishal Universal Levenshtein Automata library."
8arch=('x86_64')
9url="https://github.com/ifazk/mula"
10license=('CC0-1.0')
11depends=('ocaml')
12makedepends=('dune')
13checkdepends=('ocaml-ppx_inline_test')
14options=('!strip')
15source=("${pkgname}-${pkgver}.tbz::${url}/releases/download/${pkgver}/mula-${pkgver}.tbz")
16b2sums=('7624003a75ff38b05d9e26c62d64ffa73f67a4048f20313d233a854bbd862c189d2e6d47cd6ac51c61687c5abadbee9ec7f9b3ef9917a417354e4aebbafa2682')
17
18check() {
19 cd "${srcdir}/${_ocamlname}-${pkgver}"
20 dune runtest --verbose
21}
22
23build() {
24 cd "${srcdir}/${_ocamlname}-${pkgver}"
25 dune build --verbose -p $_ocamlname
26}
27
28package() {
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)SeverityRules
2026-08-26 17:30:31 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion