Per-IP sliding window rate limiter
0
fork

Configure Feed

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

Declare missing :with-test deps in dune-project + opam

Several packages had alcobar/alcotest/mdx/bytesrw/etc. used in
test/ or fuzz/ but undeclared in dune-project, leaving the opam
metadata silently incomplete. Sync the dune-project depends and
regenerate the opam files.

+3 -1
+2 -1
dune-project
··· 21 21 (alcotest :with-test) 22 22 (alcobar :with-test) 23 23 (mdx :with-test) 24 - (odoc :with-doc))) 24 + (odoc :with-doc) 25 + (eio_main :with-test)))
+1
rate-limit.opam
··· 17 17 "alcobar" {with-test} 18 18 "mdx" {with-test} 19 19 "odoc" {with-doc} 20 + "eio_main" {with-test} 20 21 ] 21 22 build: [ 22 23 ["dune" "subst"] {dev}