GNU bug report logs - #57298
[PATCH 0/5] gnu: Add ocaml-digestif. (and dependencies)

Previous Next

Package: guix-patches;

Reported by: pukkamustard <pukkamustard <at> posteo.net>

Date: Fri, 19 Aug 2022 15:23:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

Full log


Message #26 received at 57298 <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: pukkamustard <pukkamustard <at> posteo.net>
Cc: 57298 <at> debbugs.gnu.org
Subject: Re: [bug#57298] [PATCH 3/5] gnu: Add ocaml-crowbar.
Date: Sat, 20 Aug 2022 14:05:06 +0200
Le Fri, 19 Aug 2022 15:24:30 +0000,
pukkamustard <pukkamustard <at> posteo.net> a écrit :

> +    (build-system dune-build-system)
> +    (arguments
> +     ;; Tests require ocaml-xmldiff which requires OCaml 4.12.0
> +     `(#:tests? #f))

That doesn't seem to be the case, at least from opam, the constraint is
ocaml >= 4.12. We have 4.14. Could you try adding xmldiff and enabling
tests?

> +    (propagated-inputs
> +     (list ocaml-ocplib-endian
> +           ocaml-cmdliner
> +           ocaml-afl-persistent))
> +    (native-inputs
> +     (list ocaml-calendar
> +           ocaml-fpath
> +           ocaml-uucp
> +           ocaml-uunf
> +           ocaml-uutf
> +           ocaml-pprint))
> +    (synopsis "Ocaml library for tests, let a fuzzer find failing
> cases")
> +    (description "Crowbar is a library for testing code, combining
> +QuickCheck-style property-based testing and the magical bug-finding
> powers of +@uref{http://lcamtuf.coredump.cx/afl/, afl-fuzz}.")
> +    (license license:expat)))
> +
>  (define-public ocaml-bibtex2html
>    (package
>      (name "ocaml-bibtex2html")





This bug report was last modified 2 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.