OCaml implementation of the Mozilla Public Suffix service
0
fork

Configure Feed

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

add re to deps (for generator)

+2
+1
dune-project
··· 21 21 (fmt (>= 0.9.0)) 22 22 punycode 23 23 (cmdliner (>= 1.3.0)) 24 + re 24 25 (mdx :with-test) 25 26 (alcotest :with-test)))
+1
publicsuffix.opam
··· 16 16 "fmt" {>= "0.9.0"} 17 17 "punycode" 18 18 "cmdliner" {>= "1.3.0"} 19 + "re" 19 20 "mdx" {with-test} 20 21 "alcotest" {with-test} 21 22 "odoc" {with-doc}