upstream: github.com/mirleft/ocaml-tls
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.

+23 -3
+7 -1
bench/dune
··· 1 1 (executable 2 2 (name speed) 3 - (libraries fmt.tty logs.fmt nox-crypto-rng nox-crypto-rng.unix nox-tls ptime.clock.os)) 3 + (libraries 4 + fmt.tty 5 + logs.fmt 6 + nox-crypto-rng 7 + nox-crypto-rng.unix 8 + nox-tls 9 + ptime.clock.os))
+8 -1
eio/tests/fuzz/dune
··· 11 11 12 12 (executable 13 13 (name fuzz) 14 - (libraries alcobar nox-tls-eio eio.mock logs logs.fmt nox-crypto-rng test_helpers)) 14 + (libraries 15 + alcobar 16 + nox-tls-eio 17 + eio.mock 18 + logs 19 + logs.fmt 20 + nox-crypto-rng 21 + test_helpers)) 15 22 16 23 (rule 17 24 (alias runtest)
+8 -1
test/helpers/dune
··· 1 1 (library 2 2 (name test_helpers) 3 3 (wrapped false) 4 - (libraries nox-tls alcotest nox-crypto-rng nox-crypto-rng.unix eio ohex domain-name)) 4 + (libraries 5 + nox-tls 6 + alcotest 7 + nox-crypto-rng 8 + nox-crypto-rng.unix 9 + eio 10 + ohex 11 + domain-name))