Language

Package: sbcl-proc-parse @ 0.0.0-1.ac36368

Synopsis

Procedural vector parser

Description

This is a string/octets parser library for Common Lisp with speed and readability in mind. Unlike other libraries, the code is not a pattern-matching-like, but a char-by-char procedural parser.

Home page
https://github.com/fukamachi/proc-parse
Location
gnu/packages/lisp-xyz.scm (line: 2379, 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 'babel' does not match package name 'sbcl-babel'