Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#12062 added various patches for nocrypto to add another runtime dependency due to ppx_sexp_conv 0.11.0.
using a FreeBSD (or OpenBSD) system, this leads to a patched META file which contains the following line:
requires = "cstruct zarith sexplib PPX_SEXP_CONV_RUNTIME"
, which lets all dependencies fail to link against nocrypto.this patch marks nocrypto 0.5.4-1 unavailable on these systems. /cc @copy @mseri @hcarty
when manually downloading the tarball from opam.ocaml.org and applying the patches, the following output can be seen (with 0005, the one renaming META to META.in) //cc @AltGr (this is opam 1.2.2 - i guess this can't be easily fixed, but maybe for 2.0)) :