upstream: github.com/robur-coop/kdf
0
fork

Configure Feed

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

drop unused opam deps across the easy batch

Sweep bottler, kdf, cose, meross, publicsuffix, punycode, pus, sbom,
stix, and rego: remove opam dependencies that are not referenced from
any dune stanza or source file. Each removal verified with a clean
build and test run.

+1 -3
+1 -2
dune-project
··· 28 28 (nox-crypto (>= 1.0.0)) 29 29 (alcotest (and :with-test (>= 0.8.1))) 30 30 (mdx :with-test) 31 - (ohex (and :with-test (>= 0.2.0))) 32 - (cstruct :with-test)) 31 + (ohex (and :with-test (>= 0.2.0)))) 33 32 )
-1
nox-kdf.opam
··· 26 26 "alcotest" {with-test & >= "0.8.1"} 27 27 "mdx" {with-test} 28 28 "ohex" {with-test & >= "0.2.0"} 29 - "cstruct" {with-test} 30 29 "odoc" {with-doc} 31 30 ] 32 31 build: [