The cl-tld Reference Manual

This is the cl-tld Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 15:47:27 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 cl-tld

Extracts the TLD(Top Level Domain) from domain

Author

lu4nx <>

License

Public Domain

Version

0.1

Source

cl-tld.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 cl-tld/cl-tld.asd

Source

cl-tld.asd.

Parent Component

cl-tld (system).

ASDF Systems

cl-tld.


3.1.2 cl-tld/package.lisp

Source

cl-tld.asd.

Parent Component

cl-tld (system).

Packages

cl-tld.


3.1.3 cl-tld/cl-tld.lisp

Dependency

package.lisp (file).

Source

cl-tld.asd.

Parent Component

cl-tld (system).

Public Interface
Internals

3.1.4 cl-tld/test.lisp

Dependency

cl-tld.lisp (file).

Source

cl-tld.asd.

Parent Component

cl-tld (system).

Public Interface

test-cl-tld (function).


4 Packages

Packages are listed by definition order.


4.1 cl-tld

Source

package.lisp.

Use List

common-lisp.

Public Interface
Internals

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Ordinary functions

Function: add-domain-name (domain-name)
Package

cl-tld.

Source

cl-tld.lisp.

Function: get-domain-suffix (domain)
Package

cl-tld.

Source

cl-tld.lisp.

Function: get-tld (domain)
Package

cl-tld.

Source

cl-tld.lisp.

Function: test-cl-tld ()
Package

cl-tld.

Source

test.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *tld-data*
Package

cl-tld.

Source

cl-tld.lisp.

Special Variable: *tld-data-path*
Package

cl-tld.

Source

cl-tld.lisp.


5.2.2 Ordinary functions

Function: get-domain-tld (domain-item-list)
Package

cl-tld.

Source

cl-tld.lisp.

Function: get-tld-data (item)
Package

cl-tld.

Source

cl-tld.lisp.

Function: is-domain-p (domain)
Package

cl-tld.

Source

cl-tld.lisp.

Function: join-domain (domain-item-list)
Package

cl-tld.

Source

cl-tld.lisp.

Function: load-data ()
Package

cl-tld.

Source

cl-tld.lisp.

Function: string-split (string delimiter)
Package

cl-tld.

Source

cl-tld.lisp.


Appendix A Indexes


A.1 Concepts