Language

Package: sbcl-markup-reader @ 0.0.1-1.d2d4d7b

Synopsis

Reader-macro to read HTML tags inside of Common Lisp code

Description

Markup allows the use of HTML syntax with in Common Lisp code. This has the advantage of being able to copy HTML snippets and have them instantly be functional, less double quotes than a s-expression approach, and designers will be able to understand the embedded HTML.

Home page
https://github.com/moderninterpreters/markup
Location
gnu/packages/lisp-xyz.scm (line: 3372, column: 4)
License

Lint warnings

LinterMessageLocation
input-labels

Identify input labels that do not match package names

label 'alexandria' does not match package name 'sbcl-alexandria'
input-labels

Identify input labels that do not match package names

label 'cl-str' does not match package name 'sbcl-cl-str'
input-labels

Identify input labels that do not match package names

label 'named-readtables' does not match package name 'sbcl-named-readtables'
input-labels

Identify input labels that do not match package names

label 'trivial-gray-streams' does not match package name 'sbcl-trivial-gray-streams'