Re: dune-based package design trouble

2023-09-21 Thread Erwan Jahier
> It's not very clean, but this works: Indeed it would be better to make ocamlfind do its job of correctly finding camlidl (and this is actually biting for another package), probably by fixing the camlidl recipe I guess. More precisely ocamfind query camlidl returns the wrong path

Re: dune-based package design trouble

2023-09-20 Thread Erwan Jahier
Julien Lepiller writes: > It's not very clean, but this works: Indeed it works ! Thanks a lot Julien. > (define-public ocaml-mlgmpidl > (package > (name "ocaml-mlgmpidl") > (version "1.2.15") > (source (origin > (method url-fetch) > (uri >

dune-based package design trouble

2023-09-20 Thread Erwan Jahier
Hello, I am a newguix tring to package some of his software. Since I already have opam packages, I used =guix import opam=, that helped a little. Of course, my packages have dependancies, and not all of them exist in the main guix repo. I have able to build some of them (ocaml-junit, oca