Language

Package: go-gitlab-com-ambrevar-golua-unicode @ 0.0.0-0.97ce517

Synopsis

Add Unicode support to Golua

Description

This extension to Arzilli's Golua adds Unicode support to all functions from the Lua string library. Lua patterns are replaced by Go regexps. This breaks compatibility with Lua, but Unicode support breaks it anyways and Go regexps are more powerful.

Home page
https://gitlab.com/ambrevar/golua
Location
gnu/packages/golang.scm (line: 4084, column: 4)
License

Lint warnings

LinterMessageLocation
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?