tangled
alpha
login
or
join now
anil.recoil.org
/
aoah-opam-repo
0
fork
atom
The opam repository for my Advent of Agentic Humps 2025
0
fork
atom
overview
issues
pulls
pipelines
+publicsuffix
anil.recoil.org
3 months ago
b3fbedf0
2051537e
0/1
build.yml
failed
3m 2s
+37
1 changed file
expand all
collapse all
unified
split
packages
publicsuffix
publicsuffix.dev
opam
+37
packages/publicsuffix/publicsuffix.dev/opam
···
1
1
+
opam-version: "2.0"
2
2
+
synopsis: "Public Suffix List implementation for OCaml"
3
3
+
description:
4
4
+
"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."
5
5
+
maintainer: ["Anil Madhavapeddy <anil@recoil.org>"]
6
6
+
authors: ["Anil Madhavapeddy"]
7
7
+
license: "ISC"
8
8
+
homepage: "https://tangled.org/@anil.recoil.org/ocaml-publicsuffix"
9
9
+
bug-reports: "https://tangled.org/@anil.recoil.org/ocaml-publicsuffix/issues"
10
10
+
dev-repo: "git+https://tangled.org/@anil.recoil.org/ocaml-publicsuffix.git"
11
11
+
depends: [
12
12
+
"ocaml" {>= "4.14.0"}
13
13
+
"dune" {>= "3.18"}
14
14
+
"domain-name" {>= "0.4.0"}
15
15
+
"punycode"
16
16
+
"cmdliner" {>= "1.3.0"}
17
17
+
"alcotest" {with-test}
18
18
+
"odoc" {with-doc}
19
19
+
]
20
20
+
build: [
21
21
+
["dune" "subst"] {dev}
22
22
+
[
23
23
+
"dune"
24
24
+
"build"
25
25
+
"-p"
26
26
+
name
27
27
+
"-j"
28
28
+
jobs
29
29
+
"@install"
30
30
+
"@runtest" {with-test}
31
31
+
"@doc" {with-doc}
32
32
+
]
33
33
+
]
34
34
+
x-maintenance-intent: ["(latest)"]
35
35
+
url {
36
36
+
src: "git+https://tangled.org/@anil.recoil.org/ocaml-publicsuffix.git#main"
37
37
+
}