OCaml implementation of the Mozilla Public Suffix service
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.

-2
-1
dune-project
··· 17 17 "Parse and query the Mozilla Public Suffix List (PSL) to determine public suffixes and registrable domains. Supports ICANN and private domain sections, wildcard rules, and exception rules per the PSL specification.") 18 18 (depends 19 19 (ocaml (>= 4.14.0)) 20 - (domain-name (>= 0.4.0)) 21 20 (fmt (>= 0.9.0)) 22 21 punycode 23 22 (cmdliner (>= 1.3.0))
-1
publicsuffix.opam
··· 12 12 depends: [ 13 13 "dune" {>= "3.21"} 14 14 "ocaml" {>= "4.14.0"} 15 - "domain-name" {>= "0.4.0"} 16 15 "fmt" {>= "0.9.0"} 17 16 "punycode" 18 17 "cmdliner" {>= "1.3.0"}