Nicolas Jeannerod
Nicolas Jeannerod
Indeed, looks great!
Nope, I was very much in the Nix Shell (I wouldn't even have Cabal on the outside and I made sure that the Nix Shell was up to date).
OCaml's GC can be made aware of such FFI pointers. Basically, you say “this is an OCaml value representing a C pointer and here is a function to call when...
Hi all, thanks for the report and the work put into understand what's going on! Indeed, the package on `opam-repository` relies on `make build` instead of `dune build -p ...`....
After all, I think what's missing from the opam-repository `opam` files is a field `install: [make "install"]`; no need for `-p morbig`. I am not really sure why it was...
I have opened a PR on opam-repository to propose this fix. Let us see how it unfolds.
The PR has been merged! After some propagation time, `opam install morbig` should work like a charm.
This is indeed a good idea. There is the `--skip-nosh` flag that does something similar, but not quite what you are looking for. It looks pretty ad-hoc anyways, so it...
Morbig was initially written in the context of the [CoLiS](https://www.irif.fr/~treinen/colis/) project that targeted Debian maintainer scripts, the huge majority of which are indeed written in POSIX Shell, mainly for performance...
That would be very interesting indeed!