User authentication and session management for web applications
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
+1
auth.opam
··· 22 22 "respond" 23 23 "mdx" {with-test} 24 24 "sqlite" 25 + "alcobar" {with-test} 25 26 "odoc" {with-doc} 26 27 ] 27 28 build: [
+2 -1
dune-project
··· 26 26 requests 27 27 respond 28 28 (mdx :with-test) 29 - sqlite)) 29 + sqlite 30 + (alcobar :with-test)))