lpeg: LPeg – Parsing Expression Grammars For Lua

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

This package contains the C sources of LPeg, as well as some tiny Haskell helper to load the package.

http://www.inf.puc-rio.br/~roberto/lpeg/


[Skip to Readme]

Properties

Versions 1.0.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.1.0
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), lua (>=2.0 && <2.1) [details]
License MIT
Copyright © 2007-2019 Lua.org, PUC-Rio; © 2021 Albert Krewinkel
Author Albert Krewinkel
Maintainer Albert Krewinkel <albert+hslua@zeitkraut.de>
Category Foreign
Home page https://hslua.org/
Bug tracker https://github.com/hslua/hslua/issues
Source repo head: git clone https://github.com/hslua/hslua.git(lpeg)
Uploaded by tarleb at 2021-10-31T11:50:44Z

Modules

[Index] [Quick Jump]

Flags

Manual Flags

NameDescriptionDefault
rely-on-shared-lpeg-library

Do not build lpeg from source, but trust that lpeg is made available in other ways, e.g., through a system-wide installation. The loader will be replaced with a placeholder function that only emits a message.

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for lpeg-1.0.0

[back to package description]

lpeg – Parsing Expression Grammars For Lua

GitHub CI Hackage Stackage Lts Stackage Nightly MIT license

This package contains the C sources of LPeg, as well as some tiny Haskell helper to load the package.

See also the official LPeg homepage