OCaml implementation of the Mozilla Public Suffix service
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
··· 22 22 punycode 23 23 (cmdliner (>= 1.3.0)) 24 24 (mdx :with-test) 25 - (alcotest :with-test))) 25 + (alcotest :with-test) 26 + (re :build)))
+1
publicsuffix.opam
··· 18 18 "cmdliner" {>= "1.3.0"} 19 19 "mdx" {with-test} 20 20 "alcotest" {with-test} 21 + "re" {build} 21 22 "odoc" {with-doc} 22 23 ] 23 24 build: [