upstream: github.com/mirleft/ocaml-x509
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply dune fmt to dune files

Renaming packages to nox-* pushed several (libraries ...) lines past
dune fmt's wrap threshold, so dune fmt now spreads them one-per-line.
No semantic changes.

+7 -1
+7 -1
tests/dune
··· 7 7 (source_tree csr) 8 8 (source_tree pkcs12) 9 9 (source_tree ocsp)) 10 - (libraries nox-x509 alcotest ptime.clock.os nox-crypto-pk nox-crypto-ec nox-crypto-rng.unix)) 10 + (libraries 11 + nox-x509 12 + alcotest 13 + ptime.clock.os 14 + nox-crypto-pk 15 + nox-crypto-ec 16 + nox-crypto-rng.unix))