Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 6, 2021
1 parent 162035f commit 4ceb681
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,78 +80,78 @@ System: some-other-system is not available

<a id="x-28CL-INFO-3AGET-CL-INFO-20FUNCTION-29"></a>

## [function](d78a) `cl-info:get-cl-info`
## [function](cd4b) `cl-info:get-cl-info`

Returns information about lisp implementation, asdf and quicklisp.

<a id="x-28CL-INFO-3AGET-SYSTEM-INFO-20FUNCTION-29"></a>

## [function](3c9c) `cl-info:get-system-info` system-name
## [function](cb84) `cl-info:get-system-info` system-name

<a id="x-28CL-INFO-3ACL-INFO-20CLASS-29"></a>

## [class](2be4) `cl-info:cl-info` ()
## [class](516a) `cl-info:cl-info` ()

<a id="x-28CL-INFO-3AGET-ASDF-VERSION-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ACL-INFO-29-29"></a>

## [reader](fffa) `cl-info:get-asdf-version` (cl-info) (= (asdf/upgrade:asdf-version))
## [reader](23aa) `cl-info:get-asdf-version` (cl-info) (= (asdf/upgrade:asdf-version))

Returns `ASDF` version.

<a id="x-28CL-INFO-3AGET-LISP-TYPE-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ACL-INFO-29-29"></a>

## [reader](a807) `cl-info:get-lisp-type` (cl-info) (= (lisp-implementation-type))
## [reader](f229) `cl-info:get-lisp-type` (cl-info) (= (lisp-implementation-type))

<a id="x-28CL-INFO-3AGET-LISP-VERSION-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ACL-INFO-29-29"></a>

## [reader](b2a6) `cl-info:get-lisp-version` (cl-info) (= (lisp-implementation-version))
## [reader](e874) `cl-info:get-lisp-version` (cl-info) (= (lisp-implementation-version))

<a id="x-28CL-INFO-3AGET-SOFTWARE-TYPE-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ACL-INFO-29-29"></a>

## [reader](1967) `cl-info:get-software-type` (cl-info) (= (software-type))
## [reader](f23c) `cl-info:get-software-type` (cl-info) (= (software-type))

<a id="x-28CL-INFO-3AGET-SOFTWARE-VERSION-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ACL-INFO-29-29"></a>

## [reader](9787) `cl-info:get-software-version` (cl-info) (= (software-version))
## [reader](7526) `cl-info:get-software-version` (cl-info) (= (software-version))

<a id="x-28CL-INFO-3ASYSTEM-INFO-20CLASS-29"></a>

## [class](e623) `cl-info:system-info` ()
## [class](d769) `cl-info:system-info` ()

<a id="x-28CL-INFO-3AABSENT-P-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ASYSTEM-INFO-29-29"></a>

## [reader](5f63) `cl-info:absent-p` (system-info) (:absent = nil)
## [reader](a3e1) `cl-info:absent-p` (system-info) (:absent = nil)

<a id="x-28CL-INFO-3AGET-NAME-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ASYSTEM-INFO-29-29"></a>

## [reader](b500) `cl-info:get-name` (system-info) (:name)
## [reader](e60e) `cl-info:get-name` (system-info) (:name)

<a id="x-28CL-INFO-3AGET-PATH-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ASYSTEM-INFO-29-29"></a>

## [reader](9f3d) `cl-info:get-path` (system-info) (:path)
## [reader](2467) `cl-info:get-path` (system-info) (:path)

<a id="x-28CL-INFO-3AGET-VERSION-20-2840ANTS-DOC-2FLOCATIVES-3AREADER-20CL-INFO-3ASYSTEM-INFO-29-29"></a>

## [reader](931b) `cl-info:get-version` (system-info) (:version)
## [reader](aa5e) `cl-info:get-version` (system-info) (:version)


[3d51]: https://40ants.com/cl-info/#x-28CL-INFO-3ACL-INFO-20CLASS-29
[5b06]: https://40ants.com/cl-info/#x-28CL-INFO-3AGET-CL-INFO-20FUNCTION-29
[9306]: https://40ants.com/cl-info/#x-28CL-INFO-3AGET-SYSTEM-INFO-20FUNCTION-29
[3904]: https://github.com/40ants/cl-info/actions
[2be4]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L137
[fffa]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L138
[a807]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L141
[b2a6]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L143
[1967]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L145
[9787]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L147
[e623]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L159
[b500]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L160
[931b]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L162
[9f3d]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L164
[5f63]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L166
[d78a]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L209
[3c9c]: https://github.com/40ants/cl-info/blob/8c0c8501eadac285895fab99effa4cf76bf52158/src/core.lisp#L214
[516a]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L137
[23aa]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L138
[f229]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L141
[e874]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L143
[f23c]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L145
[7526]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L147
[d769]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L159
[e60e]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L160
[aa5e]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L162
[2467]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L164
[a3e1]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L166
[cd4b]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L209
[cb84]: https://github.com/40ants/cl-info/blob/162035fedbf294732e867e636ef49ac8b6df0382/src/core.lisp#L214

* * *
###### [generated by [40ANTS-DOC](https://40ants.com/doc/)]

0 comments on commit 4ceb681

Please sign in to comment.